Skip to content

Commit

Permalink
external: Update SPIRV-Cross to version 2020-05-19
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and VelocityRa committed May 20, 2020
1 parent 384212e commit 2a8abd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -65,7 +65,7 @@
branch = v1.x
[submodule "external/SPIRV-Cross"]
path = external/SPIRV-Cross
url = https://github.com/Vita3K/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "vita3k/shaders-db"]
path = vita3k/shaders-db
url = https://github.com/Vita3K/shaders-db
Expand Down
1 change: 1 addition & 0 deletions external/CMakeLists.txt
Expand Up @@ -189,6 +189,7 @@ option(SPIRV_CROSS_ENABLE_CPP "Enable C++ target support." OFF)
option(SPIRV_CROSS_ENABLE_REFLECT "Enable JSON reflection target support." OFF)
option(SPIRV_CROSS_ENABLE_C_API "Enable C API wrapper support in static library." OFF)
option(SPIRV_CROSS_ENABLE_UTIL "Enable util module support." OFF)
option(SPIRV_CROSS_SKIP_INSTALL "Skips installation targets." ON)
add_subdirectory(SPIRV-Cross)

add_library(dlmalloc STATIC "${CMAKE_CURRENT_SOURCE_DIR}/dlmalloc/dlmalloc.cc")
Expand Down
2 changes: 1 addition & 1 deletion external/SPIRV-Cross
Submodule SPIRV-Cross updated 871 files

0 comments on commit 2a8abd6

Please sign in to comment.