aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/64 cmake_prefix_path/meson.build
blob: 442bbd396f87fc5e51918f1e965bd1c9ad21837f (plain)
1
2
3
4
project('cmake prefix path test')

d = dependency('mesontest', method : 'cmake')
assert(d.version() == '1.2.3', 'Got the wrong version!')