diff options
author | Simon McVittie <smcv@debian.org> | 2015-02-04 20:14:36 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-02-04 20:14:36 +0000 |
commit | 08e702f5a938b7ec81044f599f03de0a3ad3fce8 (patch) | |
tree | e1720ac81a56f8994f99ff7b57b18ce9d2f7458c /cmake/test | |
parent | 9f7037805b3f6564710f92d8be80f1953b544884 (diff) | |
download | dbus-upstream.tar.gz |
Imported Upstream version 1.8.16upstream/1.8.16upstream
Diffstat (limited to 'cmake/test')
-rw-r--r-- | cmake/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index 9195eae7..ecad3046 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -1,3 +1,4 @@ +include_directories(${CMAKE_SOURCE_DIR}/../test) add_definitions(${DBUS_INTERNAL_CLIENT_DEFINITIONS}) @@ -66,7 +67,6 @@ if(DBUS_WITH_GLIB) include_directories( ${GLIB2_INCLUDE_DIR} ${GOBJECT_INCLUDE_DIR} - ${CMAKE_SOURCE_DIR}/../test ) set(TEST_LIBRARIES ${DBUS_INTERNAL_LIBRARIES} dbus-testutils ${GLIB2_LIBRARIES} ${GOBJECT_LIBRARIES}) |