mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 19:44:46 +00:00
parent
55e63b714d
commit
8a6d357e7f
1 changed files with 2 additions and 2 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
@ -48,8 +48,8 @@ add_library(vulkan-headers INTERFACE)
|
|||
target_include_directories(vulkan-headers SYSTEM INTERFACE ./vulkan-headers/include)
|
||||
|
||||
# VMA
|
||||
add_library(vulkanmemoryallocator INTERFACE)
|
||||
target_include_directories(vulkanmemoryallocator SYSTEM INTERFACE ./vulkanmemoryallocator/include)
|
||||
add_library(vma INTERFACE)
|
||||
target_include_directories(vma SYSTEM INTERFACE ./vma/include)
|
||||
|
||||
# glslang
|
||||
set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "")
|
||||
|
|
Loading…
Add table
Reference in a new issue