aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/d/2 static library/meson.build
blob: 88ed2cb8fd6634f8da88fd6336213c116d2402a1 (plain)
1
2
3
4
5
project('D Static Library', 'd')

lstatic = static_library('stuff', 'libstuff.d', install : true)
es = executable('app_s', 'app.d', link_with : lstatic, install : true)
test('linktest_static', es)