summaryrefslogtreecommitdiff
path: root/cmake/modules/MacroLibrary.cmake
blob: 6523530cacd8abebf5b2c4ace61fe6245c7918d0 (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)