summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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})