aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cityhash/ya.make
blob: 7948e19389bd4f8368c02cf074192066726e155c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY23_LIBRARY()

SRCS(
    hash.cpp
)

PY_SRCS(
    TOP_LEVEL
    cityhash.pyx
)

END()

RECURSE_FOR_TESTS(
    test
)