dbus/cmake/modules/MacroLibrary.cmake
Ralf Habacker 36ebfd411b * cmake: new directory, contains cmake build support.
See http://www.cmake.org for more informations.
Currently only unix will be buildable because some
win32 required files are still missing.
2007-03-03 14:32:17 +00:00

9 lines
311 B
CMake

# - 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(MacroGetenvWinPath)
#INCLUDE(MacroEnsureOutOfSourceBuild)