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

Fix CMakeLists.txt

parent 7a37d72b
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,6 @@ SET (${PROJECT_NAME}_HEADERS ...@@ -85,7 +85,6 @@ SET (${PROJECT_NAME}_HEADERS
include/hpp/manipulation/symbolic-planner.hh include/hpp/manipulation/symbolic-planner.hh
include/hpp/manipulation/manipulation-planner.hh include/hpp/manipulation/manipulation-planner.hh
include/hpp/manipulation/graph-path-validation.hh include/hpp/manipulation/graph-path-validation.hh
include/hpp/manipulation/graph-steering-method.hh
include/hpp/manipulation/graph-optimizer.hh include/hpp/manipulation/graph-optimizer.hh
include/hpp/manipulation/graph/node.hh include/hpp/manipulation/graph/node.hh
include/hpp/manipulation/graph/state.hh include/hpp/manipulation/graph/state.hh
...@@ -110,6 +109,7 @@ SET (${PROJECT_NAME}_HEADERS ...@@ -110,6 +109,7 @@ SET (${PROJECT_NAME}_HEADERS
include/hpp/manipulation/steering-method/cross-state-optimization.hh include/hpp/manipulation/steering-method/cross-state-optimization.hh
include/hpp/manipulation/steering-method/fwd.hh include/hpp/manipulation/steering-method/fwd.hh
include/hpp/manipulation/steering-method/graph.hh
) )
ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(src)
......
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