blob: 044ddf4b46f8d0649187a06aa98f1bb5d7074cec [file] [log] [blame]
py.extension_module('tachyon',
'../tachyon_module.c',
dependencies : py_dep,
c_args: '-DMESON_MODULENAME="nested.tachyon"',
install: true,
subdir: 'nested'
)
py.install_sources(
configure_file(
input: '../../blaster.py.in',
output: 'blaster.py',
configuration: {'tachyon_module': 'nested.tachyon'}
),
subdir: 'nested',
)