File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2424
2525 "GLFW_BUILD_DOCS" : " OFF" ,
2626 "GLFW_BUILD_EXAMPLES" : " OFF" ,
27- "GLFW_INSTALL" : " OFF" ,
2827
2928 "ASSIMP_BUILD_TESTS" : " OFF" ,
3029 "ASSIMP_INSTALL" : " OFF" ,
Original file line number Diff line number Diff line change @@ -47,16 +47,10 @@ target_link_libraries(${TARGET_NAME} PRIVATE
4747 imported ::External_obeliskLibs
4848)
4949
50- set_target_properties (${TARGET_NAME} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PATH} /bin/Editor)
51-
5250install (DIRECTORY ../Resources/Editor DESTINATION bin)
5351
5452install (TARGETS ${TARGET_NAME}
5553 RUNTIME DESTINATION bin/Editor
5654)
5755
58- install (IMPORTED_RUNTIME_ARTIFACTS Vulkan::Loader glfw
59- DESTINATION bin/Editor
60- )
61-
6256install (DIRECTORY ../Resources/Shaders DESTINATION bin/Editor)
You can’t perform that action at this time.
0 commit comments