summaryrefslogtreecommitdiffstats
path: root/test cases/failing/56 link with executable/meson.build
blob: 186b3e595f14cced22a7be06a47c551f979d0db0 (plain)
1
2
3
4
project('link with exe', 'c')

e = executable('prog', 'prog.c')
m = shared_module('module', 'module.c', link_with: e)