Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 05 Aug 2016 09:37:09 +0200
Description: Create static and shared library

--- a/lemon/CMakeLists.txt
+++ b/lemon/CMakeLists.txt
@@ -54,7 +54,8 @@ IF(LEMON_HAVE_SOPLEX)
   INCLUDE_DIRECTORIES(${SOPLEX_INCLUDE_DIRS})
 ENDIF()
 
-ADD_LIBRARY(lemon ${LEMON_SOURCES})
+ADD_LIBRARY(lemon_static ${LEMON_SOURCES})
+ADD_LIBRARY(lemon SHARED ${LEMON_SOURCES} )
 
 TARGET_LINK_LIBRARIES(lemon
   ${GLPK_LIBRARIES} ${COIN_LIBRARIES} ${ILOG_LIBRARIES} ${SOPLEX_LIBRARIES}
