diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d64b28b1a68904daecf0be3dd83fbfebae743e7c..7eee5d8720b8ae9fce292ad18d90626da8904467 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ ADD_SUBDIRECTORY(xml) # 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) # 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(.)