From f3c6e08fe4068534373f8026892f569bdcdfa4dd Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 23 Jun 2015 14:59:33 +0200 Subject: Use ConfigurePaths to configure paths --- test/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test') 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}) -- cgit v1.2.3