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-dns-decoder/deps/toml/CMakeLists.txt
2024-06-12 03:40:41 +00:00

3 lines
84 B
CMake

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