Skip to content

Commit

Permalink
Update glslang
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Mar 5, 2024
1 parent 1bcc8ea commit 142ad43
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ if(BUILD_VULKAN)
set(ENABLE_HLSL OFF CACHE BOOL "For glslang" FORCE)
set(ENABLE_CTEST OFF CACHE BOOL "For glslang" FORCE)
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "For glslang" FORCE)
set(ENABLE_OPT OFF CACHE BOOL "For glslang" FORCE)

set(GLSLANG_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Dev/Cpp/3rdParty/glslang/" "${CMAKE_CURRENT_SOURCE_DIR}/Dev/Cpp/3rdParty/")
add_subdirectory(Dev/Cpp/3rdParty/glslang/)
Expand Down Expand Up @@ -399,7 +400,6 @@ if (BUILD_VULKAN)
set_target_properties (GenericCodeGen PROPERTIES FOLDER Thirdparty/glslang)
set_target_properties (glslang PROPERTIES FOLDER Thirdparty/glslang)
set_target_properties (MachineIndependent PROPERTIES FOLDER Thirdparty/glslang)
set_target_properties (OGLCompiler PROPERTIES FOLDER Thirdparty/glslang)
set_target_properties (OSDependent PROPERTIES FOLDER Thirdparty/glslang)
set_target_properties (SPIRV PROPERTIES FOLDER Thirdparty/glslang)
set_target_properties (SPVRemapper PROPERTIES FOLDER Thirdparty/glslang)
Expand Down
2 changes: 1 addition & 1 deletion Dev/Cpp/3rdParty/glslang
Submodule glslang updated 234 files
1 change: 0 additions & 1 deletion Dev/Cpp/Test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ if(BUILD_VULKAN)
PRIVATE
glslang
SPIRV
OGLCompiler
OSDependent
)

Expand Down
1 change: 0 additions & 1 deletion Dev/Cpp/TestRuntimeFramework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ if(BUILD_VULKAN)
glslang
glslang-default-resource-limits
SPIRV
OGLCompiler
OSDependent
)

Expand Down
1 change: 0 additions & 1 deletion Examples/GpuParticles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ if (BUILD_VULKAN)
glslang
glslang-default-resource-limits
SPIRV
OGLCompiler
OSDependent
EffekseerRendererVulkan
)
Expand Down
1 change: 0 additions & 1 deletion Examples/Vulkan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ target_link_libraries(
glslang
glslang-default-resource-limits
SPIRV
OGLCompiler
OSDependent
)

Expand Down

0 comments on commit 142ad43

Please sign in to comment.