ADD: added protobuf compile options and a folder for all .proto Files

This commit is contained in:
Henry Winkel
2022-10-22 16:47:34 +02:00
parent a9eb981de2
commit 4e4fdb5b23
3 changed files with 10 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
#include <iostream>
#include "protos/join.pb.h"
#include "../include/WHISPER/Messages/Protos/join.pb.h"
int main()
{
GOOGLE_PROTOBUF_VERIFY_VERSION;
return 0;
}