diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-10 09:40:11 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-10 09:40:11 +0200 |
commit | 09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89 (patch) | |
tree | 8c99191075d287924db2f03a155acedae2cd5dd5 /test | |
parent | b45623f31053ac55b1f966ee1d5d4c22cd5db24e (diff) | |
download | libuca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.tar.gz libuca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.tar.bz2 libuca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.tar.xz libuca-09a91707c8b2910c1b31c6bf6d47ac2ef5dd4b89.zip |
Split gui and tools and add preliminary TIFF write
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 3 |
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}) |