We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919309c commit 8456f5eCopy full SHA for 8456f5e
Obelisk/CMakeLists.txt
@@ -47,13 +47,15 @@ target_link_libraries(${TARGET_NAME} PRIVATE
47
imported::External_obeliskLibs
48
)
49
50
+set_target_properties(${TARGET_NAME} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PATH}/bin/Editor)
51
+
52
install(DIRECTORY ../Resources/Editor DESTINATION bin)
53
54
install(TARGETS ${TARGET_NAME}
55
RUNTIME DESTINATION bin/Editor
56
57
-install(IMPORTED_RUNTIME_ARTIFACTS Vulkan::Loader
58
+install(IMPORTED_RUNTIME_ARTIFACTS Vulkan::Loader glfw
59
DESTINATION bin/Editor
60
61
0 commit comments