root/trunk/cmake/MacroLibrary.cmake

Revision 43, 0.7 KB (checked in by anton, 3 years ago)

trunk replaced with 1.0RC1

Line 
1# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands
2# OPTIONAL_FIND_PACKAGE( <name> [QUIT] )
3
4# Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
5#
6# Redistribution and use is allowed according to the terms of the BSD license.
7# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
8
9INCLUDE(MacroOptionalFindPackage)
10#INCLUDE(MacroAdditionalCleanFiles)
11#INCLUDE(MacroAddFileDependencies)
12INCLUDE(MacroAddCompileFlags)
13INCLUDE(MacroAddLinkFlags)
14#INCLUDE(MacroEnsureOutOfSourceBuild)
15#INCLUDE(MacroBoolTo01)
16#INCLUDE(MacroPushRequiredVars)
17#INCLUDE(MacroLogFeature)
18
19#INCLUDE(MacroCreateLibtoolFile)
20
21INCLUDE(CheckCCompilerFlag)
Note: See TracBrowser for help on using the browser.