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
+1 -1
View File
@@ -53,7 +53,7 @@ before_install:
fi;
before_script:
- git submodule update --init asmjit ffmpeg rsx_program_decompiler GSL libpng
- git submodule update --init asmjit ffmpeg rsx_program_decompiler GSL libpng Vulkan/glslang Vulkan/Vulkan-LoaderAndValidationLayers
- mkdir build
- cd build
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake ..; else cmake .. -DLLVM_DIR=/usr/local/opt/llvm36/lib/llvm-3.6/share/llvm/cmake; fi