aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroLibrary.cmake
blob: c2a3e8d989904e95c1f587776fdcb0e4ae366fce (plain)
1
2
3
4
5
6
7
8
9
10
# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands
# OPTIONAL_FIND_PACKAGE( <name> [QUIT] )

INCLUDE(MacroOptionalFindPackage)
INCLUDE(MacroAdditionalCleanFiles)
INCLUDE(MacroAddFileDependencies)
INCLUDE(MacroEnsureOutOfSourceBuild)
INCLUDE(MacroBoolTo01)
INCLUDE(MacroPushRequiredVars)
INCLUDE(MacroLogFeature)