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