summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2014-08-08 18:57:10 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2014-08-08 19:03:05 +0200
commitd8394d75d1c68becc77bc3baba030b3d469e4689 (patch)
tree40c57dc18ee12f3c43c2ff00b1b7a7f566ba5bc7 /cmake
parenta05ef3b12927aa40b4d322f8d0efa7bd3490d033 (diff)
downloaddbus-d8394d75d1c68becc77bc3baba030b3d469e4689.tar.gz
Win32 cmake msvc16 64 bit native and mingw32/64 4.8.3 cross compile fix.
This patch fixes a "missing include directory" compile error on test-print build target. Bug: http://lists.freedesktop.org/archives/dbus/2014-August/016260.html Reviewed-by: rony@wu.ac.at Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt
index 9195eae7..28bb84c1 100644
--- a/cmake/test/CMakeLists.txt
+++ b/cmake/test/CMakeLists.txt
@@ -1,6 +1,8 @@
add_definitions(${DBUS_INTERNAL_CLIENT_DEFINITIONS})
+include_directories(${CMAKE_SOURCE_DIR}/../test)
+
set(DBUS_SESSION_BUS_LISTEN_ADDRESS ${TEST_LISTEN})
add_library(dbus-testutils STATIC