Skip to content
Snippets Groups Projects
Commit 72c6e613 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Fix and update find cmake.

parent de1dcd96
No related branches found
No related tags found
No related merge requests found
#edit the following line to add the librarie's header files
FIND_PATH(dynamixel_motor_cont_INCLUDE_DIR dynamixel.h /usr/include/iri/dynamixel_motor_cont /usr/local/include/iri/dynamixel_motor_cont)
FIND_PATH(dynamixel_motor_cont_INCLUDE_DIR dynamixel_motor.h dynamixel_motor_group.h dynamixel_registers.h dynamixel_motor_exceptions.h
/usr/include/iri/dynamixel_motor_cont /usr/local/include/iri/dynamixel_motor_cont)
FIND_LIBRARY(dynamixel_motor_cont_LIBRARY
NAMES dynamixel_motor_cont
PATHS /usr/lib /usr/local/lib /usr/local/lib/iri/dynamixel_motor_cont)
PATHS /usr/lib /usr/lib/iri/dynamixel_motor_cont /usr/local/lib /usr/local/lib/iri/dynamixel_motor_cont)
SET(dynamixel_motor_cont_INCLUDE_DIRS ${dynamixel_motor_cont_INCLUDE_DIR})
SET(dynamixel_motor_cont_LIBRARIES ${dynamixel_motor_cont_LIBRARY})
......
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