summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-04-10 09:40:11 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-04-10 09:40:11 +0200
commit09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89 (patch)
tree8c99191075d287924db2f03a155acedae2cd5dd5 /test
parentb45623f31053ac55b1f966ee1d5d4c22cd5db24e (diff)
downloaduca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.tar.gz
uca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.tar.bz2
uca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.tar.xz
uca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.zip
Split gui and tools and add preliminary TIFF write
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index f98def0..7b98cc4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,5 +1,8 @@
cmake_minimum_required(VERSION 2.8)
+include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src)
+include_directories(${CMAKE_CURRENT_BINARY_DIR}/../src)
+
add_executable(test-mock test-mock.c)
target_link_libraries(test-mock uca ${UCA_DEPS})