aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/absl_flat_hash/ya.make
blob: 8a7731d804757e163ad4f658e5f714a3d569446e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

PEERDIR(
    contrib/restricted/abseil-cpp/absl/container
)

# WARN thegeorg@: removing this ADDINCL will break svn selective checkout. Just don't.
ADDINCL(
    contrib/restricted/abseil-cpp
)

SRCS(
    flat_hash_map.cpp
    flat_hash_set.cpp
)

END()