blob: ab71c744e79c76d40c3c1116b3e6fb635f230823 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LIBRARY()
PEERDIR(
contrib/restricted/abseil-cpp
)
SRCS(
btree_map.h
btree_set.h
flat_hash_map.h
flat_hash_map_saveload.h
flat_hash_set.h
flat_hash_set_saveload.h
)
END()
|