mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 00:37:59 +02:00
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>
This commit is contained in:
parent
a05ef3b129
commit
d8394d75d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue