Update README.md
This commit is contained in:
parent
b1ecba32a4
commit
ef6e3a7d0c
|
|
@ -7,6 +7,7 @@ A simple function which clones a git repository and includes it's CMake project
|
|||
1. download the file module-manager.cmake
|
||||
2. include the file in your CMakeLists.txt
|
||||
|
||||
``include(module-manager.cmake)
|
||||
```
|
||||
include(module-manager.cmake)
|
||||
|
||||
load_module(TestModule SOURCE "http://git.fritz.box/Patrick/cmake-module-manager.git" UPDATE)``
|
||||
load_module(TestModule SOURCE "http://git.fritz.box/Patrick/cmake-module-manager.git" UPDATE)```
|
||||
|
|
|
|||
Loading…
Reference in New Issue