diff options
Diffstat (limited to 'test cases/unit/62 cmake_prefix_path/meson.build')
-rw-r--r-- | test cases/unit/62 cmake_prefix_path/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/unit/62 cmake_prefix_path/meson.build b/test cases/unit/62 cmake_prefix_path/meson.build new file mode 100644 index 0000000..442bbd3 --- /dev/null +++ b/test cases/unit/62 cmake_prefix_path/meson.build @@ -0,0 +1,4 @@ +project('cmake prefix path test') + +d = dependency('mesontest', method : 'cmake') +assert(d.version() == '1.2.3', 'Got the wrong version!') |