Refactored generated code output from ProtocolBuffers

This commit is contained in:
Tristan B. Velloza Kildaire 2021-08-27 15:12:11 +02:00
parent 4ccc5959e5
commit 70ef3a3ee3
3 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@
"name": "libdnet",
"targetPath": "bin",
"targetType": "library",
"preBuildCommands": ["protoc --plugin=\"$HOME/.dub/packages/protobuf-0.6.2/protobuf/protoc_gen_d/../build/protoc-gen-d\" source/libdnet/protobuf/dnet.proto --d_out=source/libdnet/protobuf/."
"preBuildCommands": ["protoc --plugin=\"$HOME/.dub/packages/protobuf-0.6.2/protobuf/protoc_gen_d/../build/protoc-gen-d\" source/libdnet/protobuf/core.proto --d_out=source/libdnet/types/."
]
}

View File

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: source/libdnet/protobuf/dnet.proto
// source: source/libdnet/protobuf/core.proto
module libdnet.protobuf.dnet;
module core;
import google.protobuf;