video_core: Add sirit as optional dependency with Vulkan
sirit is a runtime assembler for SPIR-V
This commit is contained in:
parent
97648f4841
commit
970d9e57c8
4 changed files with 13 additions and 1 deletions
5
externals/CMakeLists.txt
vendored
5
externals/CMakeLists.txt
vendored
|
@ -72,6 +72,11 @@ if (USE_DISCORD_PRESENCE)
|
|||
target_include_directories(discord-rpc INTERFACE ./discord-rpc/include)
|
||||
endif()
|
||||
|
||||
# Sirit
|
||||
if (ENABLE_VULKAN)
|
||||
add_subdirectory(sirit)
|
||||
endif()
|
||||
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
# LibreSSL
|
||||
set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue