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

OWNER(orivej)

DISABLE(PYTHON_SQLITE3)

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

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

END()

RECURSE(
    lib
)