aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/cityhash-1.0.2/ya.make
blob: db6cfb631159883df89b20d26154c8e8e612ee6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OWNER(
    g:clickhouse
    g:cpp-contrib
)

# Origin: https://github.com/google/cityhash.git

LIBRARY()

VERSION(bc38ef45ddbbe640e48db7b8ef65e80ea7f71298)

PROVIDES(cityhash)

LICENSE(MIT)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

NO_UTIL()

ADDINCL(
    GLOBAL contrib/restricted/cityhash-1.0.2
)

SRCS(
    city.cc
)

END()