Skip to content

This is a collection of helper scripts/functions/macros for CMake.

Notifications You must be signed in to change notification settings

kayarre/CMakeHelpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains some convenient functions for creating and using submodules.

If all functionality is required, this directory can be included with:

add_subdirectory(ITKHelpers/CMakeHelpers)

However, sometimes this is confusing and against CMake rules if CMakeHelpers is used from Child/ and also from Parent/ (as add_subdirectory(Child/CMakeHelpers) ). Instead, we can directly include() the .cmake files from Parent/CMakeLists.txt
include(Child/UseSubmodule.cmake)

About

This is a collection of helper scripts/functions/macros for CMake.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%