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.
 
 
 
 
 
 

8 lines
333 B

project('framework dependency with version', 'c')
if host_machine.system() != 'darwin'
error('MESON_SKIP_TEST test only applicable on darwin')
endif
# do individual frameworks have a meaningful version to test? And multiple frameworks might be listed...
dep = dependency('appleframeworks', modules: 'foundation', version: '>0')