Protobuf prototype

This commit is contained in:
Konstantin Lampalzer 2022-03-18 18:11:16 +01:00
parent e277a83c5f
commit 9b567b8c6c
119 changed files with 8599 additions and 0 deletions

View file

@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/server.dir/src/main.cpp.o"
"server"
"server.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/server.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()