ADD: added protobuf compile options and a folder for all .proto Files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user