/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode
1
2
3
4
5
6
7
8
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})