341 B
341 B
Git Module Manager for CMake
A simple function which clones a git repository and includes it's CMake project
Usage
- download the file module-manager.cmake
- include the file in your CMakeLists.txt
include(module-manager.cmake)
load_module(TestModule SOURCE "http://git.fritz.box/Patrick/cmake-module-manager.git" UPDATE)```