summaryrefslogtreecommitdiffstats
path: root/test cases/python/7 install path/structured/meson.build
blob: 6c85587993f4bcc67c2c841e44f4ea1454d51613 (plain)
1
2
3
4
5
6
7
8
9
py.install_sources(
  'one.py',
  'two.py',
  'alpha/one.py',
  'alpha/two.py',
  'alpha/three.py',
  'beta/one.py',
  preserve_path: true,
)