Update CMakeLists.txt

This commit is contained in:
d3x0r
2017-07-04 05:59:34 -07:00
committed by GitHub
parent 57a2b22d34
commit 9c6ea324cb

View File

@@ -24,5 +24,7 @@ if(WIN32)
source_group("Source" FILES ${SOURCES} ${HEADERS})
endif(WIN32)
install(TARGETS HLSL
if(ENABLE_GLSLANG_INSTALL)
install(TARGETS HLSL
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif(ENABLE_GLSLANG_INSTALL)