14 lines
341 B
Markdown
14 lines
341 B
Markdown
# Git Module Manager for CMake
|
|
|
|
A simple function which clones a git repository and includes it's CMake project
|
|
|
|
## Usage
|
|
|
|
1. download the file module-manager.cmake
|
|
2. 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)```
|