summaryrefslogtreecommitdiff
path: root/Tests/VSResource/test.rc
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSResource/test.rc')
-rw-r--r--Tests/VSResource/test.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/VSResource/test.rc b/Tests/VSResource/test.rc
new file mode 100644
index 0000000000..8aab8b7b8d
--- /dev/null
+++ b/Tests/VSResource/test.rc
@@ -0,0 +1,5 @@
+#ifdef CMAKE_RCDEFINE
+hello TEXT DISCARDABLE CMAKE_RCDEFINE
+#else
+#error "resource compiler did not get defines from command line!"
+#endif \ No newline at end of file