summaryrefslogtreecommitdiffstats
path: root/test cases/windows/14 resources with custom target depend_files/res/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/windows/14 resources with custom target depend_files/res/meson.build')
-rw-r--r--test cases/windows/14 resources with custom target depend_files/res/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/windows/14 resources with custom target depend_files/res/meson.build b/test cases/windows/14 resources with custom target depend_files/res/meson.build
new file mode 100644
index 0000000..3d43b3f
--- /dev/null
+++ b/test cases/windows/14 resources with custom target depend_files/res/meson.build
@@ -0,0 +1,4 @@
+win = import('windows')
+
+res = win.compile_resources('myres.rc',
+ depends: ico)