Fixed .dll install on MSVC.
This commit is contained in:
parent
27ec919585
commit
cda52d5333
3 changed files with 6 additions and 3 deletions
|
|
@ -108,7 +108,8 @@ if(ENABLE_GLSLANG_INSTALL)
|
|||
if(BUILD_SHARED_LIBS)
|
||||
install(TARGETS glslang
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
else()
|
||||
install(TARGETS glslang
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue