mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-08 03:46:23 +00:00
Fix #1959 by reverting 7b0e236 to put files in two places.
This commit is contained in:
parent
5d0e01d9e7
commit
199d115e15
7
SPIRV/CMakeLists.txt
Normal file → Executable file
7
SPIRV/CMakeLists.txt
Normal file → Executable file
@ -90,9 +90,10 @@ if(ENABLE_GLSLANG_INSTALL)
|
||||
install(TARGETS SPIRV EXPORT SPIRVTargets
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
endif()
|
||||
|
||||
install(EXPORT SPVRemapperTargets DESTINATION lib/cmake)
|
||||
install(EXPORT SPIRVTargets DESTINATION lib/cmake)
|
||||
|
||||
install(EXPORT SPVRemapperTargets DESTINATION lib/cmake)
|
||||
install(EXPORT SPIRVTargets DESTINATION lib/cmake)
|
||||
|
||||
install(FILES ${HEADERS} ${SPVREMAP_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/SPIRV/)
|
||||
install(FILES ${HEADERS} ${SPVREMAP_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/glslang/SPIRV/)
|
||||
endif(ENABLE_GLSLANG_INSTALL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user