mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-22 14:31:39 +00:00
second try to fix vulkan Build
This commit is contained in:
parent
ecddc5f0da
commit
7f72fae391
2
third-party/CMakeLists.txt
vendored
2
third-party/CMakeLists.txt
vendored
|
@ -33,6 +33,8 @@ add_subdirectory(winpthread)
|
|||
add_subdirectory(discord-rpc)
|
||||
#=================== toml11 ===================
|
||||
add_subdirectory(toml11)
|
||||
#=================== vulkan ==================
|
||||
add_subdirectory(vulkan)
|
||||
#=================== IMGUI ===================
|
||||
|
||||
set(IMGUI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/imgui)
|
||||
|
|
Loading…
Reference in a new issue