aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/on_disk/st_hash/ya.make
blob: 8c6d05711c387056ad7356dd0e8e3f4a4f46155a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

SRCS(
    fake.cpp
    save_stl.h
    static_hash.h
    static_hash_map.h
    sthash_iterators.h
)

PEERDIR(
    library/cpp/deprecated/mapped_file
)

END()