From e8b824dac6a2ce4d56c7d08f74f3e80bf1c01d3a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 2 Dec 2011 11:28:12 +0100 Subject: Add missing CMakeLists --- test/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/CMakeLists.txt (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..aea7b7d --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,9 @@ +# --- Build test executable ------------------------------------------------- +include_directories( + ${CMAKE_SOURCE_DIR}/src +) + +add_executable(ipedec ipedec.c) +target_link_libraries(ipedec ufodecode) + +install(TARGETS ipedec DESTINATION ${BIN_INSTALL_DIR}) -- cgit v1.2.3