vulkan: Add relevant libs.

This commit is contained in:
Vincent Lejeune
2016-02-16 20:23:17 +01:00
parent b6323861a5
commit c0423d513d
20 changed files with 398 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
if (NOT APPLE)
add_subdirectory( glslang )
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 )
endif()