From 567099f9d34b4c7f188a527d9878b3a3a1544813 Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Wed, 3 Feb 2016 16:55:22 +0100 Subject: [PATCH] Fix CMakeLists --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69f89543..e5cdbfc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,10 +86,10 @@ SET (${PROJECT_NAME}_HEADERS include/hpp/manipulation/path-optimization/config-optimization.hh ) -# Add dependency toward hpp-model library in pkg-config file. -PKG_CONFIG_APPEND_LIBS("hpp-manipulation") - ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(tests) +# Add dependency toward hpp-manipulation library in pkg-config file. +PKG_CONFIG_APPEND_LIBS("hpp-manipulation") + SETUP_PROJECT_FINALIZE() -- GitLab