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

OWNER(tender-bum)

PEERDIR(
    library/cpp/containers/flat_hash/lib 
)

SRCS(
    flat_hash.cpp
)

END()