mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
11 lines
362 B
CMake
11 lines
362 B
CMake
if(APPLE)
|
|
else()
|
|
set(BUILD_TESTS OFF CACHE BOOL "Build tests" FORCE)
|
|
set(BUILD_DEMOS OFF CACHE BOOL "Build demos" FORCE)
|
|
# TravisCI break build with layers and vkjson
|
|
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()
|