diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-12-02 11:28:12 +0100 | 
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-12-02 11:28:12 +0100 | 
| commit | e8b824dac6a2ce4d56c7d08f74f3e80bf1c01d3a (patch) | |
| tree | 8d26cec4721881c7ef15ae67bd58828dbb217544 /test | |
| parent | 7098be23b924d1b96143aaaf42f7bc02cb60fe19 (diff) | |
| download | libufodecode-e8b824dac6a2ce4d56c7d08f74f3e80bf1c01d3a.tar.gz libufodecode-e8b824dac6a2ce4d56c7d08f74f3e80bf1c01d3a.tar.bz2 libufodecode-e8b824dac6a2ce4d56c7d08f74f3e80bf1c01d3a.tar.xz libufodecode-e8b824dac6a2ce4d56c7d08f74f3e80bf1c01d3a.zip | |
Add missing CMakeLists
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 9 | 
1 files changed, 9 insertions, 0 deletions
| 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}) | 
