Update CMakeLists.txt

This commit is contained in:
d3x0r 2017-07-04 06:00:04 -07:00 committed by GitHub
parent 9c6ea324cb
commit 89de217f01

View File

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