File tree Expand file tree Collapse file tree 4 files changed +0
-1202
lines changed Expand file tree Collapse file tree 4 files changed +0
-1202
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,6 @@ target_link_libraries(
63
63
# the first argument is the name of the package, NOT the target name
64
64
pluginlib_export_plugin_description_file (ik_solvers solvers.xml )
65
65
66
- set (EXAMPLES tpik_demo )
67
- foreach (example IN ITEMS ${EXAMPLES} )
68
- add_executable (${example} )
69
- target_sources (${example} PRIVATE examples/src/${example}.cpp )
70
- target_link_libraries (${example} PUBLIC ik_solvers )
71
- set_target_properties (
72
- ${example}
73
- PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR} /examples
74
- )
75
- endforeach ()
76
-
77
66
install (
78
67
TARGETS solver_base ik_solvers task_priority_solver_parameters
79
68
EXPORT export_ik_solvers
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments