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.
 
 
 
 
 
 

4 lines
120 B

subdir('subdir2')
subdir('subdir3')
lib1 = shared_library('lib1', 'lib1.c', install : false, link_with : [lib2, lib3])