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

sub1_lib = library('sub1', 'lib.c')

sub1_dep = declare_dependency(link_with : sub1_lib)