Update CMakeLists.txt
This commit is contained in:
parent
9c6ea324cb
commit
89de217f01
@ -7,5 +7,7 @@ if(WIN32)
|
|||||||
source_group("Source" FILES ${SOURCES})
|
source_group("Source" FILES ${SOURCES})
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
install(TARGETS OGLCompiler
|
if(ENABLE_GLSLANG_INSTALL)
|
||||||
|
install(TARGETS OGLCompiler
|
||||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||||
|
endif(ENABLE_GLSLANG_INSTALL)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user