Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the other built-in code generators #18

Open
smeder opened this issue Sep 11, 2014 · 1 comment
Open

Add support for the other built-in code generators #18

smeder opened this issue Sep 11, 2014 · 1 comment

Comments

@smeder
Copy link

smeder commented Sep 11, 2014

Currently I don't see a way to get your plugin to create sources for C++ and Python, the other two built-in languages supported by protoc (--cpp_out, --python_out). Would be great to add support for those two options (unless I am missing something and one can force it via the plugin specification).

@smeder
Copy link
Author

smeder commented Sep 11, 2014

Figured out a (the?) way to do it:

protobufCodeGenPlugins = ["cpp:${protocPath}"]

seems to work. It would be nice though to get different output directories for each language...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant