From fe565da0b7c52d627d6bbf06ca4999a2a702225d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 26 Mar 2019 19:02:44 -0700 Subject: Updated SPIRV-Cross build scripts --- Graphics/GLSLTools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GLSLTools') 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}) -- cgit v1.2.3