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.
 
 
 
 
 
 

10 lines
277 B

project('subproject', 'c',
version : '1.0.0',
license : ['sublicense1', 'sublicense2'])
i = include_directories('include')
shared_library('sublib', 'sublib.c',
version : '2.1.0',
soversion : 5,
include_directories : i, install : true,
c_args : '-DBUILDING_SUB=2')