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-2022/deps/sds/CMakeLists.txt
2022-08-04 18:00:40 +08:00

3 lines
82 B
CMake

set(CMAKE_C_FLAGS "-std=c99")
add_definitions(-fPIC)
add_library(sds STATIC sds.c)