Fixed install for SPIRV, glslang, and hlsl when building shared libs
This commit is contained in:
parent
46e07313f9
commit
1199cf92f7
4 changed files with 29 additions and 6 deletions
5
StandAlone/CMakeLists.txt
Normal file → Executable file
5
StandAlone/CMakeLists.txt
Normal file → Executable file
|
|
@ -44,4 +44,9 @@ if(ENABLE_GLSLANG_INSTALL)
|
|||
|
||||
install(TARGETS spirv-remap
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
install(TARGETS glslang-default-resource-limits
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
endif()
|
||||
endif(ENABLE_GLSLANG_INSTALL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue