]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
cmake: define DBUS_TEST_SOCKET_DIR in the config header
authorAlex Richardson <arichardson@FreeBSD.org>
Sun, 29 May 2022 10:02:53 +0000 (10:02 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 15 Sep 2022 18:22:49 +0000 (18:22 +0000)
This matches autotools.

cmake/config.h.cmake

index 022d190e082c4501d2e9f3a604dbae8e3aa731ca..7e32786a70d92f201717dc9531101bcdc6b60df8 100644 (file)
 #cmakedefine DBUS_USER "@DBUS_USER@"
 #cmakedefine DBUS_TEST_USER "@DBUS_TEST_USER@"
 #cmakedefine DBUS_TEST_EXEC "@DBUS_TEST_EXEC@"
+/* Where to put test sockets */
+#define DBUS_TEST_SOCKET_DIR "@TEST_SOCKET_DIR@"
 
 // system type defines
 #if defined(_WIN32) || defined(_WIN64) || defined (_WIN32_WCE)