cmake: define DBUS_TEST_SOCKET_DIR in the config header

This matches autotools.
This commit is contained in:
Alex Richardson 2022-05-29 10:02:53 +00:00
parent feff0333d5
commit 3b605a5a6d

View file

@ -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)