blob: b7e04bab446ab2631431369a7bba7a1cb3176772 [file] [log] [blame]
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')