Protobuf prototype
This commit is contained in:
parent
e277a83c5f
commit
9b567b8c6c
119 changed files with 8599 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/compLib_server.dir/CompLib.pb.cc.o"
|
||||
"CMakeFiles/compLib_server.dir/src/Spi.cpp.o"
|
||||
"CMakeFiles/compLib_server.dir/src/main.cpp.o"
|
||||
"CompLib.pb.cc"
|
||||
"CompLib.pb.h"
|
||||
"compLib_server"
|
||||
"compLib_server.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/compLib_server.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
Reference in a new issue