Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinmaygarde/cmake_toolbox
A collection of commonly used CMake tools.
https://github.com/chinmaygarde/cmake_toolbox
Last synced: 20 days ago
JSON representation
A collection of commonly used CMake tools.
- Host: GitHub
- URL: https://github.com/chinmaygarde/cmake_toolbox
- Owner: chinmaygarde
- License: mit
- Created: 2023-05-07T22:01:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-09T23:21:35.000Z (over 1 year ago)
- Last Synced: 2024-10-08T05:49:54.048Z (about 1 month ago)
- Language: CMake
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CMake Toolbox
=============A collection of commonly used CMake tools.
Usage
-----Add this repo as a CMake module to the base project and initialize the toolbox.
```
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/third_party/cmake_toolbox")
include(CMakeToolboxInitialize)
CMakeToolboxInitialize()
```Everything in the toolbox should now be setup.