Skip to content
Snippets Groups Projects
Commit fa919a9d 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 edb47d2c
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -4,7 +4,9 @@ ADD_SUBDIRECTORY(xml) ...@@ -4,7 +4,9 @@ ADD_SUBDIRECTORY(xml)
SET(sources dynamixel_pan_tilt.cpp dynamixel_pan_tilt_exceptions.cpp) SET(sources dynamixel_pan_tilt.cpp dynamixel_pan_tilt_exceptions.cpp)
# edit the following line to add all the header files of the library # edit the following line to add all the header files of the library
SET(headers dynamixel_pan_tilt.h dynamixel_pan_tilt_exceptions.h) SET(headers ../include/dynamixel_pan_tilt.h ../include/dynamixel_pan_tilt_exceptions.h)
INCLUDE_DIRECTORIES(../include)
FIND_PACKAGE(iriutils REQUIRED) 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