Index: lib/Comms/CMakeLists.txt =================================================================== diff -u -r8428484a893fcd4d6cec9f2045adfe138f8ab010 -rf9c6b488aa4135e8cd47ccd3fdc6c3ae1cd831aa --- lib/Comms/CMakeLists.txt (.../CMakeLists.txt) (revision 8428484a893fcd4d6cec9f2045adfe138f8ab010) +++ lib/Comms/CMakeLists.txt (.../CMakeLists.txt) (revision f9c6b488aa4135e8cd47ccd3fdc6c3ae1cd831aa) @@ -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)