aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroLibrary.cmake
blob: 7da6721751d7db56460a26330698f1aa43548afb (plain)
1
2
3
4
5
6
7
8
# - 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)