aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/cffi/gen/ya.make
blob: 69abc89af0269854942f4e869b3d3d8bb046f41e (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 
)