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

dynamixel: added dynamixel_common.h to CMakeLists.txt

parent d4311cdc
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ADD_SUBDIRECTORY(xml) ...@@ -3,7 +3,7 @@ ADD_SUBDIRECTORY(xml)
# edit the following line to add all the source code files of the library # edit the following line to add all the source code files of the library
SET(sources dynamixel.cpp dynamixelserver.cpp dynamixelserver_ftdi.cpp dynamixelserver_serial.cpp dynamixelexceptions.cpp) SET(sources dynamixel.cpp dynamixelserver.cpp dynamixelserver_ftdi.cpp dynamixelserver_serial.cpp dynamixelexceptions.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.h dynamixelserver.h dynamixelserver_ftdi.h dynamixelserver_serial.h dynamixelexceptions.h) SET(headers dynamixel.h dynamixelserver.h dynamixelserver_ftdi.h dynamixelserver_serial.h dynamixelexceptions.h dynamixel_common.h)
INCLUDE_DIRECTORIES(.) INCLUDE_DIRECTORIES(.)
......
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