aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2016-08-21 12:13:58 +0200
committerKatharina Fey <kookie@spacekookie.de>2016-08-21 12:13:58 +0200
commit4e6a0468f84f3fd84f48775959500a543aa0a794 (patch)
treec732d1dbc77b6569cb8b590748a0b96c7713887f
parentcf97068884083c7d1d1bc95fb3099b113d7e8dad (diff)
parentf71bbbe6d36f5a473c60566adc5c54e3985d6225 (diff)
Merge branch 'master' of https://github.com/reepass/libdyntree
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a90f6b..85eb9af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ project(libdyntree)
set(DYN_TREE_SRC lib/dyn_tree.c)
# Define our library in cmake
-add_library(libdyntree STATIC ${DYN_TREE_SRC})
+add_library(libdyntree SHARED ${DYN_TREE_SRC})
# Include the subdirectories to search for headers
target_include_directories(libdyntree PUBLIC "include")