summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-08 20:24:22 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-08 20:24:22 +0000
commit1e83468e82acc3cabf6c91c976411257e70fc24b (patch)
tree0bae27deb2093428046935929b3a85e8cd5f50ae /Graphics/GLSLTools
parentAdded DILIGENT_NO_FORMAT_VALIDATION cmake option (diff)
downloadDiligentCore-1e83468e82acc3cabf6c91c976411257e70fc24b.tar.gz
DiligentCore-1e83468e82acc3cabf6c91c976411257e70fc24b.zip
Updated third-party modules
Diffstat (limited to 'Graphics/GLSLTools')
-rw-r--r--Graphics/GLSLTools/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GLSLTools/CMakeLists.txt b/Graphics/GLSLTools/CMakeLists.txt
index d9bc011a..e6977dc8 100644
--- a/Graphics/GLSLTools/CMakeLists.txt
+++ b/Graphics/GLSLTools/CMakeLists.txt
@@ -71,6 +71,7 @@ if(VULKAN_SUPPORTED)
PRIVATE
glslang
SPIRV
+ SPIRV-Tools-opt
)
target_include_directories(Diligent-GLSLTools