The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
301 B
5 lines
301 B
7 years ago
|
# Same as sh_func2_linked_func1, # func2.c does not depend on func1(),
|
||
|
# so without link_whole compiler would throw func1() away.
|
||
|
# This is the same version of the test with a dependency object instead.
|
||
|
sh_func2_dep_func1 = shared_library('sh_func2_dep_func1', '../func2.c', dependencies : func1_dep)
|