dbus/cmake/modules/MacroLibrary.cmake

10 lines
311 B
CMake
Raw Normal View History

# - 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)