aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroLibrary.cmake
blob: 517141e94223a5c8d22b8b7b018d90c4bb8f6114 (plain)
1
2
3
4
5
6
7
8
9
# - 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(MacroGetenvWinPath)
INCLUDE(MacroEnsureOutOfSourceBuild)
INCLUDE(MacroBoolTo01)