File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ cmake_minimum_required(VERSION 3.26)
12
12
include (FindOpenGL)
13
13
include (CMakePrintHelpers)
14
14
include (FetchContent)
15
+ include (FindVulkan)
15
16
16
17
set (VCPKG_FEATURE_FLAGS "manifests,registries,versions" )
17
18
@@ -142,9 +143,9 @@ elseif (OpenGL::OpenGL)
142
143
endif (OpenGL::GL)
143
144
144
145
find_package (VulkanMemoryAllocator CONFIG REQUIRED)
146
+ target_include_directories (LepusGfx PUBLIC "${Vulkan_INCLUDE_DIR} " "${CMAKE_CURRENT_BINARY_DIR} /_deps/fetch_vk_bootstrap-src/src" )
145
147
target_link_libraries (LepusGfx PRIVATE GL3W glfw ${GL_LIBRARY} vk-bootstrap::vk-bootstrap Vulkan::Vulkan GPUOpen::VulkanMemoryAllocator DearImgui LepusEngine LepusUtility LepusSystem)
146
148
147
- target_include_directories (LepusGfx PUBLIC "${Vulkan_INCLUDE_DIR} " "${CMAKE_CURRENT_BINARY_DIR} /_deps/fetch_vk_bootstrap-src/src" )
148
149
target_link_libraries (LepusDemo PRIVATE DearImgui LepusGfx LepusUtility LepusEngine)
149
150
150
151
# Copy content (models, GLSL, etc.)
You can’t perform that action at this time.
0 commit comments