Merge pull request #1963 from KhronosGroup/revert-7b0e236
Fix #1959 by reverting 7b0e236 to put files in two places.
This commit is contained in:
commit
e471df3c91
1 changed files with 4 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue