summaryrefslogtreecommitdiff
path: root/upbc/main.cc
blob: a9682a9c1a36407565f4dbe94747564591a69868 (plain)
1
2
3
4
5
6
7
8
9

#include <google/protobuf/compiler/plugin.h>

#include "upbc/generator.h"

int main(int argc, char** argv) {
  return google::protobuf::compiler::PluginMain(argc, argv,
                                                upbc::GetGenerator().get());
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback