git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Debug CMake builds on Windows
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
PlatformWin.cmake
diff --git
a/Source/JavaScriptCore/PlatformWin.cmake
b/Source/JavaScriptCore/PlatformWin.cmake
index
9575a16
..
e9b39e4
100644
(file)
--- a/
Source/JavaScriptCore/PlatformWin.cmake
+++ b/
Source/JavaScriptCore/PlatformWin.cmake
@@
-27,3
+27,9
@@
endif ()
list(REMOVE_ITEM JavaScriptCore_SOURCES
inspector/JSGlobalObjectInspectorController.cpp
)
+
+file(COPY
+ "${JAVASCRIPTCORE_DIR}/JavaScriptCore.vcxproj/JavaScriptCore.resources"
+ DESTINATION
+ ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
+)