File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4747 if-no-files-found : error
4848 path : |
4949 Result.Linux.x64.${{inputs.configuration}}/bin
50- Result.Linux.x64.${{inputs.configuration}}/lib/libbulkand.so
51- Result.Linux.x64.${{inputs.configuration}}/lib/libbulkand.so.1
52- Result.Linux.x64.${{inputs.configuration}}/lib/libbulkand.so.1.3.296
5350 Result.Linux.x64.${{inputs.configuration}}/ZEngine/tests
Original file line number Diff line number Diff line change 3434 if-no-files-found : error
3535 path : |
3636 Result.Darwin.${{inputs.architecture}}.${{inputs.configuration}}/bin/
37- Result.Darwin.${{inputs.architecture}}.${{inputs.configuration}}/lib/
3837 Result.Darwin.${{inputs.architecture}}.${{inputs.configuration}}/ZEngine/tests/${{inputs.configuration}}/
Original file line number Diff line number Diff line change 3434 if-no-files-found : error
3535 path : |
3636 Result.Windows.x64.MultiConfig/bin/
37- Result.Windows.x64.MultiConfig/lib/
3837 Result.Windows.x64.MultiConfig/ZEngine/tests/${{inputs.configuration}}/
Original file line number Diff line number Diff line change @@ -47,10 +47,16 @@ target_link_libraries(${TARGET_NAME} PUBLIC
4747 imported ::External_obeliskLibs
4848)
4949
50+ set_target_properties (${TARGET_NAME} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PATH} /bin/Editor)
51+
5052install (TARGETS ${TARGET_NAME}
5153 RUNTIME DESTINATION bin/Editor
5254)
5355
56+ install (IMPORTED_RUNTIME_ARTIFACTS vulkan
57+ DESTINATION bin/Editor
58+ )
59+
5460install (DIRECTORY ../Resources/Editor DESTINATION bin)
5561
5662install (DIRECTORY ../Resources/Shaders DESTINATION bin/Editor)
You can’t perform that action at this time.
0 commit comments