Restored SocketCAN stuff

This commit is contained in:
2024-03-02 11:43:43 -05:00
parent 4ab7f79156
commit 8d472f4f64
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX ../bin)
# list of header files # list of header files
set(SUB_DIRS set(SUB_DIRS
logd seriald stdiod gpsd rtcmd logd seriald stdiod cand gpsd rtcmd
) )
foreach(SUB_DIR ${SUB_DIRS}) foreach(SUB_DIR ${SUB_DIRS})

View File

@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX .)
# list of header files # list of header files
set(SUB_DIRS set(SUB_DIRS
libasn1 libemb libnet libutil libnet++ libgps++ libasn1 libemb libnet libutil libnet++ libcan++ libgps++
) )
foreach(SUB_DIR ${SUB_DIRS}) foreach(SUB_DIR ${SUB_DIRS})