From ef6e3a7d0c80a5d8c3e89048e18161df91eab47f Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 26 Aug 2024 00:47:27 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77936e8..a39cf7c 100644 --- a/README.md +++ b/README.md @@ -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)```