Skip to content
Snippets Groups Projects
Select Git revision
  • 61e77a5a6428c8018ffb61eff98b2139e419f8c6
  • master default protected
  • loss
  • producer
4 results

CMakeLists.txt

Blame
  • CMakeLists.txt 154 B
    FILE(GLOB SOURCES src/*.cpp)
    
    add_library(decoder STATIC ${SOURCES})
    target_link_libraries(decoder reading_machine)
    target_link_libraries(decoder Boost)