https://github.com/soasis/cmake
Base CMake files that have the default configuration shared across all ztd / Shepherd's Oasis CMake projects.
https://github.com/soasis/cmake
Last synced: about 1 year ago
JSON representation
Base CMake files that have the default configuration shared across all ztd / Shepherd's Oasis CMake projects.
- Host: GitHub
- URL: https://github.com/soasis/cmake
- Owner: soasis
- License: other
- Created: 2021-04-24T01:31:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T13:58:00.000Z (about 1 year ago)
- Last Synced: 2025-03-22T14:31:54.830Z (about 1 year ago)
- Language: CMake
- Size: 126 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ztd.cmake
This is the basic configuration that covers finding typical utilities, setting up basic paths, and more for Shepherd's Oasis's `ztd` project.
It works by being pulled in through `FetchContent`, and having the Project file be set as the typical "Project Prelude".