cmake: fix double alias (#1771)

This commit is contained in:
Alexandre Bouvier 2024-12-14 08:18:05 +00:00 committed by GitHub
parent 8bb1e8fcdb
commit 32556ad0d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@ if (NOT TARGET glslang::glslang)
set(ENABLE_OPT OFF CACHE BOOL "")
add_subdirectory(glslang)
file(COPY glslang/SPIRV DESTINATION glslang/glslang FILES_MATCHING PATTERN "*.h")
target_include_directories(SPIRV INTERFACE "${CMAKE_CURRENT_BINARY_DIR}/glslang")
target_include_directories(glslang INTERFACE "${CMAKE_CURRENT_BINARY_DIR}/glslang")
endif()
# Robin-map

2
externals/sirit vendored

@ -1 +1 @@
Subproject commit e12b6b592ce9917a85303c555259488643c56f47
Subproject commit 5b5ff49a58f5be27af1058794c6ca907dabc05b3