Update CMakeLists.txt
This commit is contained in:
parent
4e53d9052d
commit
4593312490
@ -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)
|
||||||
|
install(TARGETS glslangValidator
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
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…
x
Reference in New Issue
Block a user