Skip to content
Snippets Groups Projects
Commit 9dd9a453 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Moved .h files to include folder. Adapted CMakeLists.txt file to this change.

parent 0d161396
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
......@@ -3,7 +3,9 @@ ADD_SUBDIRECTORY(xml)
# edit the following line to add all the source code files of the library
SET(sources dynamixel_motor.cpp dynamixel_motor_group.cpp dynamixel_registers.cpp dynamixel_motor_exceptions.cpp)
# edit the following line to add all the header files of the library
SET(headers dynamixel_motor.h dynamixel_motor_group.h dynamixel_registers.h dynamixel_motor_exceptions.h)
SET(headers ../include/dynamixel_motor.h ../include/dynamixel_motor_group.h ../include/dynamixel_registers.h ../include/dynamixel_motor_exceptions.h)
INCLUDE_DIRECTORIES(../include)
FIND_PACKAGE(iriutils REQUIRED)
......
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