mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-02 20:20:22 +01:00
This makes it possible for projects to incorporate D-Bus as a CMake sub-project in a larger CMake project. Before this PR, doing so would result in many errors. This is because CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR would point to directories above the D-Bus project. Using paths relative to the project directory, PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR, corrects for this. |
||
|---|---|---|
| .. | ||
| CheckPrototypeExists.cmake | ||
| CheckStructMember.cmake | ||
| COPYING-CMAKE-SCRIPTS | ||
| CPackInstallConfig.cmake | ||
| FindDocBookXSL.cmake | ||
| FindDoxygen.cmake | ||
| FindGLIB2.cmake | ||
| FindLibIconv.cmake | ||
| MacroGetenvWinPath.cmake | ||
| MacroLibrary.cmake | ||
| MacroOptionalFindPackage.cmake | ||
| Macros.cmake | ||
| MacrosAutotools.cmake | ||
| ProjectSourceGroup.cmake | ||
| Win32Macros.cmake | ||