Skip to content
Snippets Groups Projects
Commit 7a811741 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Make sure a shared library is generated.

parent 08b67f4c
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,6 @@ SET(SOURCES
portability/gettimeofday.cc
)
ADD_LIBRARY(jrl-walkgen ${SOURCES})
ADD_LIBRARY(jrl-walkgen SHARED ${SOURCES})
SET_TARGET_PROPERTIES(jrl-walkgen PROPERTIES SOVERSION ${PROJECT_VERSION})
INSTALL(TARGETS jrl-walkgen DESTINATION lib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment