Skip to content

Commit 2db5ba7

Browse files
committed
ci: fixed VMA header not loading
1 parent fe4ed1a commit 2db5ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ elseif (OpenGL::OpenGL)
142142
endif (OpenGL::GL)
143143

144144
find_package(VulkanMemoryAllocator CONFIG REQUIRED)
145-
target_link_libraries(LepusGfx PRIVATE GL3W glfw ${GL_LIBRARY} vk-bootstrap::vk-bootstrap GPUOpen::VulkanMemoryAllocator DearImgui LepusEngine LepusUtility LepusSystem Vulkan::Vulkan)
145+
target_link_libraries(LepusGfx PRIVATE GL3W glfw ${GL_LIBRARY} vk-bootstrap::vk-bootstrap Vulkan::Vulkan GPUOpen::VulkanMemoryAllocator DearImgui LepusEngine LepusUtility LepusSystem)
146146

147147
target_include_directories(LepusGfx PUBLIC "${Vulkan_INCLUDE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/_deps/fetch_vk_bootstrap-src/src")
148148
target_link_libraries(LepusDemo PRIVATE DearImgui LepusGfx LepusUtility LepusEngine)

0 commit comments

Comments
 (0)