mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
11f7b167ae
Temporarily disabled Vulkan build for Linux
9 lines
333 B
CMake
9 lines
333 B
CMake
if(WIN32 AND NOT VULKAN_PREBUILT)
|
|
set(BUILD_TESTS OFF CACHE BOOL "Build tests" FORCE)
|
|
set(BUILD_DEMOS OFF CACHE BOOL "Build demos" FORCE)
|
|
set(BUILD_LAYERS OFF CACHE BOOL "Build demos" FORCE)
|
|
set(BUILD_VKJSON OFF CACHE BOOL "Build demos" FORCE)
|
|
add_subdirectory( Vulkan-LoaderAndValidationLayers )
|
|
add_subdirectory( glslang )
|
|
endif()
|