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