aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/atomizer/ya.make
blob: 55165a3b6721a74bbf90138ee2746f17407e3f17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

OWNER(g:util)

PEERDIR(
    library/cpp/containers/str_map
)

SRCS(
    atomizer.cpp
)

END()