From b37e6ac63cd8bf607b734a7b030640782e7442fd Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 11 Dec 2016 03:09:55 +0100 Subject: Adding work-in-progress new json parser --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5735947..1ceec91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ project(libdyntree) set(DYN_TREE_SRC lib/dtree.c lib/eztree.c - lib/dyn_utils.c) + lib/dtree_utils.c) # Define our library in cmake add_library(libdyntree SHARED ${DYN_TREE_SRC}) -- cgit v1.2.3