Sign in
qemu
/
meson
/
bcb82b390a382e10b6dd5a8e27727b31ada811b1
/
.
/
test cases
/
cython
/
2 generated sources
/
libdir
/
meson.build
blob: e9259bdad0ee92faf3b1a77fa27b93f40250bed0 [
file
] [
log
] [
blame
]
ct2
=
custom_target
(
'ct2'
,
input
:
'gen.py'
,
output
:
'ct2.pyx'
,
command
:
[
py3
,
'@INPUT@'
,
'@OUTPUT@'
],
)
ct2_ext
=
py3
.
extension_module
(
'ct2'
,
ct2
,
dependencies
:
py3_dep
)
pydir
=
meson
.
current_build_dir
()