Skip to content

Commit 9114729

Browse files
committed
Use native cmake to install deps
1 parent fe35a91 commit 9114729

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakePresets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"CMAKE_CXX_STANDARD_REQUIRED": "ON",
1515
"CMAKE_CXX_EXTENSIONS": "OFF",
1616
"FETCHCONTENT_QUIET": "OFF",
17-
"X_VCPKG_APPLOCAL_DEPS_INSTALL": "ON",
1817

1918
"VULKAN_HEADERS_ENABLE_INSTALL": "ON",
2019
"ENTT_INCLUDE_HEADERS": "ON",

Obelisk/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ install(TARGETS ${TARGET_NAME}
5353
RUNTIME DESTINATION bin/Editor
5454
)
5555

56+
install(IMPORTED_RUNTIME_ARTIFACTS Vulkan::Loader
57+
DESTINATION bin/Editor
58+
)
59+
5660
install(DIRECTORY ../Resources/Shaders DESTINATION bin/Editor)

0 commit comments

Comments
 (0)