/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to test/CMakeLists.txt

  • Committer: Matthias Vogelgesang
  • Date: 2011-12-02 10:28:12 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20111202102812-924ykic59d82dd31
Add missing CMakeLists

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# --- Build test executable -------------------------------------------------
 
2
include_directories(
 
3
    ${CMAKE_SOURCE_DIR}/src 
 
4
)
 
5
 
 
6
add_executable(ipedec ipedec.c)
 
7
target_link_libraries(ipedec ufodecode)
 
8
 
 
9
install(TARGETS ipedec DESTINATION ${BIN_INSTALL_DIR})