blob: fb953d85739715836b4546a1e600cfde5fcf1ce4 (
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)
|