summaryrefslogtreecommitdiffstats
path: root/Tests/FindProtobuf/Test/main-generate.cxx
Commit message (Collapse)AuthorAgeFilesLines
* FindProtobuf: add flag to allow descriptor files to be generatedPeter Mitrano2017-10-021-0/+8
- The .desc files will be in the same folder as the generated .cc and .h files. - Paths to generate .desc files are stored in a variable passed in - This is only implemented for C++ - Remove legacy ARGS - Add test that generates and uses C++ protobuf message - Add test that checks that the generated .desc file can be instantiated with DynamicMessageFactory - Add Help rst for new feature