From: Ralf Habacker Date: Fri, 8 Aug 2014 16:57:10 +0000 (+0200) Subject: Win32 cmake msvc16 64 bit native and mingw32/64 4.8.3 cross compile fix. X-Git-Tag: dbus-1.9.0~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8394d75d1c68becc77bc3baba030b3d469e4689;p=thirdparty%2Fdbus.git 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 --- diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index 9195eae7f..28bb84c11 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