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

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