diff --git a/daemons/CMakeLists.txt b/daemons/CMakeLists.txt index 85a3186..0f388ab 100644 --- a/daemons/CMakeLists.txt +++ b/daemons/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX ../bin) # list of header files set(SUB_DIRS - logd seriald stdiod gpsd rtcmd + logd seriald stdiod cand gpsd rtcmd ) foreach(SUB_DIR ${SUB_DIRS}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fa88dab..54280c9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX .) # list of header files set(SUB_DIRS - libasn1 libemb libnet libutil libnet++ libgps++ + libasn1 libemb libnet libutil libnet++ libcan++ libgps++ ) foreach(SUB_DIR ${SUB_DIRS})