Go to file
Patrick Maschek b1ecba32a4 Initial commit with first draft 2024-08-26 00:45:24 +02:00
README.md Initial commit with first draft 2024-08-26 00:45:24 +02:00
module-manager.cmake Initial commit with first draft 2024-08-26 00:45:24 +02:00

README.md

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)``