summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2022-05-29 10:02:53 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2022-09-15 18:22:49 +0000
commit3b605a5a6dcaf544f4fcf9a527518953e3de4254 (patch)
tree5dd2c4eb56074eadb960dedd328cc8097bebbb2d /cmake
parentfeff0333d5d3276c5937c09bb4671e98d7840982 (diff)
downloaddbus-3b605a5a6dcaf544f4fcf9a527518953e3de4254.tar.gz
cmake: define DBUS_TEST_SOCKET_DIR in the config header
This matches autotools.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 022d190e..7e32786a 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -219,6 +219,8 @@
#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)