From d2b2c90a06bf1f4a21df196430d1f95856900410 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 30 Jun 2011 17:36:45 -0400 Subject: Move the modules, modules-test and systeminfo subdirs into 'attic' --- attic/modules/MacroLibrary.cmake | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 attic/modules/MacroLibrary.cmake (limited to 'attic/modules/MacroLibrary.cmake') diff --git a/attic/modules/MacroLibrary.cmake b/attic/modules/MacroLibrary.cmake new file mode 100644 index 00000000..a467d840 --- /dev/null +++ b/attic/modules/MacroLibrary.cmake @@ -0,0 +1,19 @@ +# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands + +# Copyright (c) 2006, Alexander Neundorf, +# +# 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(MacroAppendIf) +INCLUDE(MacroEnsureOutOfSourceBuild) +INCLUDE(MacroBoolTo01) +INCLUDE(MacroPushRequiredVars) +INCLUDE(MacroLogFeature) +INCLUDE(MacroWriteBasicCMakeVersionFile) -- cgit v1.2.1