summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-11-19 08:20:20 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-11-19 08:20:20 +0100
commit0a088ca23c6fe7d398df56e62565ddae1be7924e (patch)
treec146937f505da9b77a05f9313d40bdab00c7f75a /tests
parente42b70331c1c917b11a9f7e377d8eef8b4a9fe18 (diff)
downloadufo-filters-0a088ca23c6fe7d398df56e62565ddae1be7924e.tar.gz
ufo-filters-0a088ca23c6fe7d398df56e62565ddae1be7924e.tar.bz2
ufo-filters-0a088ca23c6fe7d398df56e62565ddae1be7924e.tar.xz
ufo-filters-0a088ca23c6fe7d398df56e62565ddae1be7924e.zip
Include all relevant directories
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/integration_tests/CMakeLists.txt b/tests/integration_tests/CMakeLists.txt
index a92b2d2..e90d28d 100644
--- a/tests/integration_tests/CMakeLists.txt
+++ b/tests/integration_tests/CMakeLists.txt
@@ -11,7 +11,9 @@ pkg_check_modules(GLIB glib-2.0 REQUIRED)
pkg_check_modules(GOBJECT gobject-2.0 REQUIRED)
set(SUITE_BIN "test-suite")
-include_directories(${UFO_INCLUDE_DIRS})
+include_directories(${UFO_INCLUDE_DIRS}
+ ${GLIB_INCLUDE_DIRS}
+ ${GOBJECT_INCLUDE_DIRS})
add_executable(${SUITE_BIN} ${TEST_SRCS})
link_directories(${UFO_LIBRARY_DIRS})