2020-02-13 20:39:25 +08:00
|
|
|
project('framework dependency with version', 'c')
|
2020-02-13 00:12:18 +08:00
|
|
|
|
|
|
|
if host_machine.system() != 'darwin'
|
|
|
|
error('MESON_SKIP_TEST test only applicable on darwin')
|
|
|
|
endif
|
|
|
|
|
2018-08-15 06:46:15 +08:00
|
|
|
# do individual frameworks have a meaningful version to test? And multiple frameworks might be listed...
|
2023-05-26 12:10:45 +08:00
|
|
|
dep = dependency('appleframeworks', modules: 'Foundation', version: '>0')
|