mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 10:48:26 +02: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. |
||
|---|---|---|
| .. | ||
| bus | ||
| data | ||
| integration | ||
| internals | ||
| name-test | ||
| .gitignore | ||
| CMakeLists.txt | ||
| containers.c | ||
| corrupt.c | ||
| dbus-daemon-eavesdrop.c | ||
| dbus-daemon.c | ||
| dbus-test-runner | ||
| disable-crash-handling.c | ||
| disable-crash-handling.h | ||
| fdpass.c | ||
| glib-tap-test.sh | ||
| header-fields.c | ||
| loopback.c | ||
| Makefile.am | ||
| manual-authz.c | ||
| manual-backtrace.c | ||
| manual-dir-iter.c | ||
| manual-paths.c | ||
| manual-tcp.c | ||
| marshal.c | ||
| meson.build | ||
| message.c | ||
| meta_template.test.in | ||
| mkdir-m700.py | ||
| monitor.c | ||
| relay.c | ||
| sd-activation.c | ||
| shell-test.c | ||
| spawn-test.c | ||
| syntax.c | ||
| tap-test.sh.in | ||
| test-apparmor-activation.sh | ||
| test-dbus-daemon-fork.sh | ||
| test-dbus-launch-eval.sh | ||
| test-dbus-launch-x11.sh | ||
| test-exit.c | ||
| test-names.c | ||
| test-platform-mutex.c | ||
| test-privserver.c | ||
| test-segfault.c | ||
| test-service.c | ||
| test-shell-service.c | ||
| test-sleep-forever.c | ||
| test-utils-glib.c | ||
| test-utils-glib.h | ||
| test-utils.c | ||
| test-utils.h | ||
| thread-blocking.c | ||
| uid-permissions.c | ||