aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/82 threads dependency with version/meson.build
blob: 6023faeb631e2f41d2b7203bd4efcf49bf3ccf01 (plain)
1
2
3
project('threads dependency with version', 'c')
# threads dependency doesn't have a meaningful version to check
dep = dependency('threads', version: '>0')