file(GLOB SRC *.c *.cpp)

add_executable(spectrum2_template_backend ${SRC})
target_compile_features(spectrum2_template_backend PUBLIC cxx_std_11)

target_link_libraries(spectrum2_template_backend transport-plugin ${PROTOBUF_LIBRARY} ${Boost_LIBRARIES} ${LOG4CXX_LIBRARIES})

#install(TARGETS spectrum2_template_backend RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
