mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 09:10:07 +01:00
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.
9 lines
311 B
CMake
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)
|
|
|