1 2 3 4 5 6
subdir('lib') pylib = py3_mod.extension_module('tachyon', 'tachyon_module.c', dependencies : [libtachyon_dep, py3_dep], )