aboutsummaryrefslogtreecommitdiff
path: root/test cases/5 linkstatic/meson.build
blob: 8c8aebcfae2e5306d75e2369dabd143396ab6ee6 (plain)
1
2
3
4
5
project('static library linking test', 'c')
lib = static_library('mylib', 'libfile.c')
exe = executable('prog', 'main.c', link_with : lib)

add_test('runtest', exe)