aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/atomizer/ya.make
blob: cbbbbb00e3e3b1ef88f91df6829249a8993c17ff (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()