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-03-27 17:16:59 +08:00

2 lines
105 B
CMake

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