mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-21 14:20:08 +01:00
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)
|
|
|