aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/80 framework dependency with version/meson.build
blob: b7e04bab446ab2631431369a7bba7a1cb3176772 (plain)
1
2
3
4
5
6
7
8
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')