aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/cityhash-1.0.2/ya.make
blob: 55064c5fac49ec6493c8c545eaabc1f1487d7935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Origin: https://github.com/google/cityhash.git

LIBRARY()

VERSION(bc38ef45ddbbe640e48db7b8ef65e80ea7f71298)

LICENSE(MIT)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

NO_UTIL()

ADDINCL(
    GLOBAL contrib/restricted/cityhash-1.0.2
)

SRCS(
    city.cc
)

END()