cmake: Always enable Vulkan
Removes the unnecesary burden of maintaining separate #ifdef paths and allows us sharing generic Vulkan code across APIs.
This commit is contained in:
parent
3cde4f549b
commit
4df8b8a0f5
10 changed files with 76 additions and 138 deletions
externals
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
@ -61,9 +61,7 @@ if (USE_DISCORD_PRESENCE)
|
|||
endif()
|
||||
|
||||
# Sirit
|
||||
if (ENABLE_VULKAN)
|
||||
add_subdirectory(sirit)
|
||||
endif()
|
||||
add_subdirectory(sirit)
|
||||
|
||||
# libzip
|
||||
find_package(Libzip 1.5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue