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
2024-08-30 18:55:14 +08:00

2 lines
123 B
CMake

add_library(timeout STATIC timeout.c timeout-bitops.c)
target_include_directories(timeout PUBLIC ${CMAKE_CURRENT_LIST_DIR})