blob: f82a5db824f0a7d2b926ea559e0ddf61d5baa60a (
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 (MacroAppendDirectoryProperties)
#INCLUDE (MacroAppendSourceFilesProperties)
|