summaryrefslogtreecommitdiff
path: root/cmake/test
diff options
context:
space:
mode:
authorunknown <Administrator@.(none)>2010-03-22 10:38:38 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-03-22 10:41:06 +0100
commit2154acb3492d5ba19da36562e8409016da9cb79b (patch)
tree65c9e03b9ed9bdea227d4d6e00e129a6cb51ceb8 /cmake/test
parent1fb6d3faf65bc5e449b3101cc2b6c509ae81398e (diff)
downloaddbus-2154acb3492d5ba19da36562e8409016da9cb79b.tar.gz
Make the windows binaries and build match the linux one with cmake buildsystem.
This is performed by including the files from the client lib in the internal one and by removing the linking to dbus-1 for targets using the internal library.
Diffstat (limited to 'cmake/test')
-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 93d677dc..393c494a 100644
--- a/cmake/test/CMakeLists.txt
+++ b/cmake/test/CMakeLists.txt
@@ -1,5 +1,7 @@
project(test)
+add_definitions(${DBUS_INTERNAL_CLIENT_DEFINITIONS})
+
add_subdirectory( name-test )
set (test-service_SOURCES