Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.