summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTimo Dörr <timo@latecrew.de>2013-11-04 15:29:48 +0100
committerTimo Dörr <timo@latecrew.de>2013-11-04 15:29:48 +0100
commit9107e7e312d37c5e487277d41955cc0e27ba754f (patch)
tree8c0039e52d9d5fd1473c0d2957b28720f3cc5a9c /tests
parent7628889ebfa230df48a338185b16ab5f64e7e16c (diff)
downloadufo-filters-9107e7e312d37c5e487277d41955cc0e27ba754f.tar.gz
ufo-filters-9107e7e312d37c5e487277d41955cc0e27ba754f.tar.bz2
ufo-filters-9107e7e312d37c5e487277d41955cc0e27ba754f.tar.xz
ufo-filters-9107e7e312d37c5e487277d41955cc0e27ba754f.zip
Fix integration_tests for local available libufo
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration_tests/CMakeLists.txt b/tests/integration_tests/CMakeLists.txt
index 3b77726..ee81687 100644
--- a/tests/integration_tests/CMakeLists.txt
+++ b/tests/integration_tests/CMakeLists.txt
@@ -24,6 +24,10 @@ if (EXISTS ${LOCAL_UFO_DIR} AND IS_DIRECTORY ${LOCAL_UFO_DIR} AND EXISTS ${LOCAL
message("++ Integration tests: Using local UFO at: ${LOCAL_UFO_DIR}")
include_directories(${LOCAL_UFO_DIR})
+ include_directories(
+ ${GOBJECT_LIBRARIES}
+ ${GLIB_LIBRARIES}
+ )
link_directories(${LOCAL_UFO_DIR/ufo/})
message("++ Linking against ${LOCAL_UFO_LIB}")