aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/cffi/py3/gen/ya.make
blob: 09dc27abba8ecb69c283ed38c82d2effb8ed9ff6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY3_PROGRAM(cffigen)

VERSION(Service-proxy-version)

LICENSE(MIT)

PEERDIR(
    contrib/python/cffi/py3/gen/lib
)

INDUCED_DEPS(cpp ${ARCADIA_ROOT}/contrib/python/cffi/py3/cffi/_cffi_include.h)

END()

RECURSE(
    lib
)