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