3rdparty: remove Vulkan/Vulkan-LoaderAndValidationLayers

This commit is contained in:
scribam
2018-04-29 13:33:15 +02:00
committed by kd-11
parent 4e8ce7fac0
commit 6c5c89a4a3
14 changed files with 152 additions and 273 deletions
-5
View File
@@ -1,8 +1,3 @@
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()