add_library(core config.cpp stat.cpp stellar.cpp inject.cpp) target_link_libraries(core timestamp plugin_manager session_manager ip_reassembly packet_io pthread fieldstat4 toml) add_executable(stellar main.cpp) target_link_libraries(stellar core plugin_manager) install(TARGETS stellar RUNTIME DESTINATION bin COMPONENT Program)