From 3c9a1ad3d80e8c3e89a18d779702b91803ca0982 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Fri, 19 Aug 2016 16:11:51 +0200 Subject: Small change --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3