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/rbtree/CMakeLists.txt
2024-08-30 18:55:14 +08:00

2 lines
103 B
CMake

add_library(rbtree STATIC rbtree.c)
target_include_directories(rbtree PUBLIC ${CMAKE_CURRENT_LIST_DIR})