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