Skip to content
Snippets Groups Projects
Commit 567099f9 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix CMakeLists

parent 746885fd
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment