4 lines
123 B
CMake
4 lines
123 B
CMake
|
|
add_library(core stellar_stat.c stellar_core.c)
|
|
target_link_libraries(core PUBLIC packet_io ip_reassembly plugin_manager)
|