mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
cmake: remove obsolete command for glslang integration
This commit is contained in:
parent
1b0f5b1ed9
commit
1fdc070e4e
|
|
@ -397,7 +397,6 @@ if(UNIX)
|
|||
endif()
|
||||
|
||||
if(VULKAN_FOUND)
|
||||
target_include_directories(rpcs3 PUBLIC ${glslang_SOURCE_DIR})
|
||||
target_link_libraries(rpcs3 SPIRV Vulkan::Vulkan)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue