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