summaryrefslogtreecommitdiffstats
path: root/test cases/cmake/7 cmake options/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/cmake/7 cmake options/meson.build')
-rw-r--r--test cases/cmake/7 cmake options/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/cmake/7 cmake options/meson.build b/test cases/cmake/7 cmake options/meson.build
new file mode 100644
index 0000000..8bb6d1d
--- /dev/null
+++ b/test cases/cmake/7 cmake options/meson.build
@@ -0,0 +1,3 @@
+project('cmake_set_opt', ['c', 'cpp'])
+
+import('cmake').subproject('cmOpts', cmake_options: '-DSOME_CMAKE_VAR=something')