diff options
author | arcadia-devtools <[email protected]> | 2022-02-18 15:49:59 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-02-18 15:49:59 +0300 |
commit | b4cb34dfb2619f594d82e512fd9ff7fc97400133 (patch) | |
tree | 6a64ab25a145265287789bceed3f59e953561206 /library/cpp/containers/str_map | |
parent | 5e837a820d5be0671fa4096a1cc1e378453e5132 (diff) |
intermediate changes
ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3
Diffstat (limited to 'library/cpp/containers/str_map')
-rw-r--r-- | library/cpp/containers/str_map/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/cpp/containers/str_map/CMakeLists.txt b/library/cpp/containers/str_map/CMakeLists.txt new file mode 100644 index 00000000000..9161234ff8b --- /dev/null +++ b/library/cpp/containers/str_map/CMakeLists.txt @@ -0,0 +1,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 +) |