File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ set(CMAKE_PROJECT_TOP_LEVEL_INCLUDES ${CMAKE_SOURCE_DIR}/conan_provider.cmake CA
66project (Explosion)
77
88option (BUILD_EDITOR "Build Explosion editor" ON )
9- option (CI "Build in CI" OFF )
109
1110set (SUB_PROJECT_NAME "Engine" CACHE STRING "" FORCE )
1211set (ENGINE_SUB_PROJECT_NAME "Engine" CACHE STRING "" FORCE )
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
9393 )
9494endif ()
9595
96+ # TODO check is this need ?
9697if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" )
9798 foreach (rhi_dep_target ${RHI_DEP_TARGETS} )
9899 list (APPEND rhi_dep_target_copy_commands COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE :${rhi_dep_target} > $<TARGET_FILE_DIR :Editor >/../Frameworks/$<TARGET_FILE_NAME :${rhi_dep_target} >)
99- # TODO also copy runtime dep of runtime dep
100100 endforeach ()
101101
102102 add_custom_command (
You can’t perform that action at this time.
0 commit comments