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/timeout/CMakeLists.txt

3 lines
107 B
CMake
Raw Normal View History

2023-12-08 11:33:11 +08:00
set(CMAKE_C_FLAGS "-std=c99")
add_definitions(-fPIC)
add_library(timeout STATIC timeout.c timeout-bitops.c)