Update CMakeLists.txt
This commit is contained in:
parent
4e53d9052d
commit
4593312490
1 changed files with 6 additions and 4 deletions
|
|
@ -37,8 +37,10 @@ if(WIN32)
|
||||||
source_group("Source" FILES ${SOURCES})
|
source_group("Source" FILES ${SOURCES})
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
install(TARGETS glslangValidator
|
if(ENABLE_GLSLANG_INSTALL)
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
install(TARGETS glslangValidator
|
||||||
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||||
|
|
||||||
install(TARGETS spirv-remap
|
install(TARGETS spirv-remap
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||||
|
endif(ENABLE_GLSLANG_INSTALL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue