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