diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-27 02:02:44 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-27 02:02:44 +0000 |
| commit | fe565da0b7c52d627d6bbf06ca4999a2a702225d (patch) | |
| tree | 123261f1a848454ba618ff6853e6d7c1b642c675 /Graphics/GLSLTools | |
| parent | Revert "Allocating spirv-cross parser and compiler on the heap to fix crash o... (diff) | |
| download | DiligentCore-fe565da0b7c52d627d6bbf06ca4999a2a702225d.tar.gz DiligentCore-fe565da0b7c52d627d6bbf06ca4999a2a702225d.zip | |
Updated SPIRV-Cross build scripts
Diffstat (limited to 'Graphics/GLSLTools')
| -rw-r--r-- | Graphics/GLSLTools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GLSLTools/CMakeLists.txt b/Graphics/GLSLTools/CMakeLists.txt index 31137df6..7aa6acb3 100644 --- a/Graphics/GLSLTools/CMakeLists.txt +++ b/Graphics/GLSLTools/CMakeLists.txt @@ -51,7 +51,7 @@ PUBLIC if(VULKAN_SUPPORTED) target_link_libraries(GLSLTools PRIVATE - SPIRVCross + spirv-cross-core ) if (NOT ${DILIGENT_NO_GLSLANG}) |
