diff options
Diffstat (limited to 'Tests/VSResource/test.rc')
-rw-r--r-- | Tests/VSResource/test.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/VSResource/test.rc b/Tests/VSResource/test.rc new file mode 100644 index 0000000..8aab8b7 --- /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 |