We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbcdba commit 5039ce7Copy full SHA for 5039ce7
Editor/CMakeLists.txt
@@ -160,4 +160,7 @@ add_custom_command(
160
TARGET Editor.Web POST_BUILD
161
COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_CURRENT_SOURCE_DIR}/Web/dist $<TARGET_FILE_DIR:Editor>/Web
162
)
163
+if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
164
+ install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_CURRENT_SOURCE_DIR}/Web/dist ${CMAKE_INSTALL_PREFIX}/Engine/Binaries/Web)")
165
+endif ()
166
# ---- end web project -------------------------------------------------------------------------------
0 commit comments