summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-06-23 14:59:33 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-06-23 14:59:33 +0200
commitf3c6e08fe4068534373f8026892f569bdcdfa4dd (patch)
tree729385463df8c457e62c8fcfd8b2c01c826e1cb0 /test
parentcc7465bec1ab0b12ca79758807788e4ac8fad765 (diff)
downloadlibufodecode-f3c6e08fe4068534373f8026892f569bdcdfa4dd.tar.gz
libufodecode-f3c6e08fe4068534373f8026892f569bdcdfa4dd.tar.bz2
libufodecode-f3c6e08fe4068534373f8026892f569bdcdfa4dd.tar.xz
libufodecode-f3c6e08fe4068534373f8026892f569bdcdfa4dd.zip
Use ConfigurePaths to configure paths
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7539c19..b0214d4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -11,10 +11,8 @@ include_directories(
${CMAKE_SOURCE_DIR}/src
)
-add_executable(ipedec
- ipedec.c
- timer.c)
+add_executable(ipedec ipedec.c timer.c)
target_link_libraries(ipedec ufodecode)
-install(TARGETS ipedec DESTINATION ${BIN_INSTALL_DIR})
+install(TARGETS ipedec DESTINATION ${LIBUFODECODE_BINDIR})