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/deps/sds/CMakeLists.txt
2024-11-07 18:30:58 +08:00

2 lines
94 B
CMake

add_library(sds STATIC sds.c)
target_include_directories(sds PUBLIC ${CMAKE_CURRENT_LIST_DIR})