aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/cityhash-1.0.2/ya.make
blob: fa1fe4d2ea0779d95816d781839216f713eff610 (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()