Select Git revision
CMakeLists.txt
Franck Dary authored
CMakeLists.txt 353 B
FILE(GLOB SOURCES src/*.cpp)
add_executable(macaon_decode src/macaon_decode.cpp)
target_link_libraries(macaon_decode tape_machine)
target_link_libraries(macaon_decode decoder)
target_link_libraries(macaon_decode ${Boost_PROGRAM_OPTIONS_LIBRARY})
install(TARGETS macaon_decode DESTINATION bin)
#compiling library
add_library(decoder STATIC ${SOURCES})