From bcf48a0e4bd5bbf97c22cf9f7c9494b54d1f22ff Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 28 Aug 2016 14:05:15 +0200 Subject: Moving utility functions into new file with a new API namespace --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e738040..2fd3b8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ set_target_properties(libdyntree PROPERTIES PREFIX "") ################### TESTING CODE BELOW ################### -set(TEST_SRC test/main.c) +set(TEST_SRC test/main.c include/dtree/eztree.h) add_executable(dyntree_test ${TEST_SRC}) # Library dependencies for the http extention -- cgit v1.2.3