summaryrefslogtreecommitdiff
path: root/test cases/unit/42 rpath order/subprojects/sub2/meson.build
blob: bc3510db3f78151e3f058617287907ccb567dce3 (plain)
1
2
3
4
5
project('sub2', 'c')

sub2_lib = library('sub2', 'lib.c')

sub2_dep = declare_dependency(link_with : sub2_lib)