summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Modules/Platform/Windows-windres.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Modules/Platform/Windows-windres.cmake')
-rw-r--r--share/cmake-3.2/Modules/Platform/Windows-windres.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/cmake-3.2/Modules/Platform/Windows-windres.cmake b/share/cmake-3.2/Modules/Platform/Windows-windres.cmake
new file mode 100644
index 0000000..01d6be3
--- /dev/null
+++ b/share/cmake-3.2/Modules/Platform/Windows-windres.cmake
@@ -0,0 +1 @@
+set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> -O coff <FLAGS> <DEFINES> <SOURCE> <OBJECT>")