Skip to content

Commit 8dec681

Browse files
committed
Also install shaderc_shared.dll on windows.
We were not installing shaderc_shared.dll on windows during install, only the shaderc_shared.lib link library.
1 parent 2a0f3a3 commit 8dec681

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libshaderc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ if(SHADERC_ENABLE_INSTALL)
3232

3333
install(TARGETS shaderc shaderc_shared
3434
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
35+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
3536
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
3637
endif(SHADERC_ENABLE_INSTALL)
3738

0 commit comments

Comments
 (0)