diff options
Diffstat (limited to 'cmakemodules/MacroLibrary.cmake')
-rw-r--r-- | cmakemodules/MacroLibrary.cmake | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cmakemodules/MacroLibrary.cmake b/cmakemodules/MacroLibrary.cmake new file mode 100644 index 0000000..3b80212 --- /dev/null +++ b/cmakemodules/MacroLibrary.cmake @@ -0,0 +1,18 @@ +# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands +# OPTIONAL_FIND_PACKAGE( <name> [QUIT] ) + +# Copyright (c) 2006, Alexander Neundorf, <[email protected]> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + +INCLUDE(MacroOptionalFindPackage) +INCLUDE(MacroOptionalAddSubdirectory) +INCLUDE(MacroAdditionalCleanFiles) +INCLUDE(MacroAddFileDependencies) +INCLUDE(MacroAddCompileFlags) +INCLUDE(MacroAddLinkFlags) +INCLUDE(MacroEnsureOutOfSourceBuild) +INCLUDE(MacroBoolTo01) +INCLUDE(MacroPushRequiredVars) +INCLUDE(MacroLogFeature) |