Update CMakeLists.txt
This commit is contained in:
parent
02ed9eb2a1
commit
cde46127a1
1 changed files with 4 additions and 2 deletions
|
|
@ -13,5 +13,7 @@ if(WIN32)
|
||||||
source_group("Source" FILES ${SOURCES})
|
source_group("Source" FILES ${SOURCES})
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
install(TARGETS OSDependent
|
if(ENABLE_GLSLANG_INSTALL)
|
||||||
|
install(TARGETS OSDependent
|
||||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||||
|
endif(ENABLE_GLSLANG_INSTALL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue