blob: 03a3be693091bce365d6a5747fd974baf25877dc (
plain) (
blame)
1
2
3
4
5
6
7
8
|
add_library(cpp-containers-intrusive_rb_tree)
target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC
contrib-libs-cxxsupp
yutil
)
target_sources(cpp-containers-intrusive_rb_tree PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp
)
|