aboutsummaryrefslogtreecommitdiff
path: root/test cases/5 linkstatic/builder.txt
blob: c858711fe264214c5ef2f68335e032418f59d4f4 (plain)
1
2
3
4
5
project('static library linking test', 'c')
lib = static_library('mylib', 'libfile.c')
exe = executable('prog', 'main.c')
exe.link(lib)
add_test('runtest', exe)