pgRouting

root/trunk/cmake/MacroLibrary.cmake

Revision 43, 0.7 kB (checked in by anton, 1 year 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
9 INCLUDE(MacroOptionalFindPackage)
10 #INCLUDE(MacroAdditionalCleanFiles)
11 #INCLUDE(MacroAddFileDependencies)
12 INCLUDE(MacroAddCompileFlags)
13 INCLUDE(MacroAddLinkFlags)
14 #INCLUDE(MacroEnsureOutOfSourceBuild)
15 #INCLUDE(MacroBoolTo01)
16 #INCLUDE(MacroPushRequiredVars)
17 #INCLUDE(MacroLogFeature)
18
19 #INCLUDE(MacroCreateLibtoolFile)
20
21 INCLUDE(CheckCCompilerFlag)
Note: See TracBrowser for help on using the browser.