/cmake-modules

Primary LanguageCMakeBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cmake-modules

Some common CMake modules and functions.

Installation

Add it as a git submodule to your project:

git submodule add https://github.com/Ram-Z/cmake-modules cmake

And add the following in your top-level CMakeLists.txt:

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)