summaryrefslogtreecommitdiff
path: root/test cases/python/4 custom target depends extmodule/ext/meson.build
blob: 1bb275d4ea052da56aaf5399d14c5675747fd09a (plain)
1
2
3
4
5
6
subdir('lib')

pylib = py3.extension_module('tachyon',
  'tachyon_module.c',
  dependencies : [libtachyon_dep, py3_dep],
)