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

2 lines
127 B
CMake
Raw Normal View History

2023-12-12 18:41:53 +08:00
add_library(timeout STATIC timeout.cpp timeout-bitops.cpp)
target_include_directories(timeout PUBLIC ${CMAKE_CURRENT_LIST_DIR})