aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/63 cmake_prefix_path/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/63 cmake_prefix_path/meson.build')
-rw-r--r--meson/test cases/unit/63 cmake_prefix_path/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson/test cases/unit/63 cmake_prefix_path/meson.build b/meson/test cases/unit/63 cmake_prefix_path/meson.build
new file mode 100644
index 000000000..442bbd396
--- /dev/null
+++ b/meson/test cases/unit/63 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!')