aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cityhash/ya.make
blob: 41ba7449fccb7ac48ead1b827a10b7125cb89d83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PY23_LIBRARY()

SRCS(
    hash.cpp
)

PY_SRCS(
    TOP_LEVEL
    cityhash.pyx
)

END()