Index: lib/Comms/CMakeLists.txt =================================================================== diff -u -rdfe875a4159529de072df08b6c500707e9312d96 -ra52c25b8231e90a9de0421db171cde2336007733 --- lib/Comms/CMakeLists.txt (.../CMakeLists.txt) (revision dfe875a4159529de072df08b6c500707e9312d96) +++ lib/Comms/CMakeLists.txt (.../CMakeLists.txt) (revision a52c25b8231e90a9de0421db171cde2336007733) @@ -12,13 +12,11 @@ set(INCLUDES include/AgentInterface.h include/CanInterface.h - include/ProtoInterface.h ) set(SRCS src/AgentInterface.cpp src/CanInterface.cpp - src/ProtoInterface.cpp ) add_library(${PROJECT_NAME} SHARED)