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
120 B
5 lines
120 B
11 years ago
|
subdir('subdir2')
|
||
|
subdir('subdir3')
|
||
|
|
||
8 years ago
|
lib1 = shared_library('lib1', 'lib1.c', install : false, link_with : [lib2, lib3])
|