diff options
Diffstat (limited to 'library/cpp/containers/str_map')
| -rw-r--r-- | library/cpp/containers/str_map/ya.make | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/cpp/containers/str_map/ya.make b/library/cpp/containers/str_map/ya.make new file mode 100644 index 00000000000..893e6beedd1 --- /dev/null +++ b/library/cpp/containers/str_map/ya.make @@ -0,0 +1,7 @@ +LIBRARY() + +SRCS( + str_map.cpp +) + +END() |
