summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
blob: aea7b7d6553462cc77d847c371c70addea7273d8 (plain)
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})