Added dynamic library to install section of CMakeLists.txt

This commit is contained in:
Joseph Henry
2019-05-10 12:39:49 -07:00
parent b5c49ebd35
commit 9dbcc8eb45

View File

@@ -515,3 +515,6 @@ install (TARGETS ${STATIC_LIB_NAME}
ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include
)
install (TARGETS ${DYNAMIC_LIB_NAME}
LIBRARY DESTINATION lib
)