This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/infra/core/CMakeLists.txt
2024-08-29 18:16:37 +08:00

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)