install glew shared

This commit is contained in:
alemuntoni 2021-06-10 11:57:24 +02:00
parent 73454ad1cf
commit 1a4df356fd

View File

@ -42,6 +42,7 @@ elseif(ALLOW_BUNDLED_GLEW AND EXISTS "${GLEW_DIR}/src/glew.c")
set_property(TARGET external-glew PROPERTY FOLDER External)
target_link_libraries(external-glew PRIVATE external-disable-warnings)
install(TARGETS external-glew DESTINATION ${MESHLAB_LIB_INSTALL_DIR})
else()
message(
FATAL_ERROR