cmake: Install SPVRemapper runtime library
This installs SPVRemapper.dll file which was missing previously.
This commit is contained in:
parent
538231d8b4
commit
e80f2f8760
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ if(ENABLE_GLSLANG_INSTALL)
|
|||
if (ENABLE_SPVREMAPPER)
|
||||
install(TARGETS SPVRemapper EXPORT SPVRemapperTargets
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endif()
|
||||
install(TARGETS SPIRV EXPORT SPIRVTargets
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue