blob: 88ed2cb8fd6634f8da88fd6336213c116d2402a1 [file] [log] [blame]
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)