Update README.md

This commit is contained in:
Patrick 2024-08-26 00:47:27 +02:00
parent b1ecba32a4
commit ef6e3a7d0c
1 changed files with 3 additions and 2 deletions

View File

@ -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 1. download the file module-manager.cmake
2. include the file in your CMakeLists.txt 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)```