summaryrefslogtreecommitdiff
path: root/test cases/frameworks/5 protocol buffers/asubdir/main.cpp
AgeCommit message (Collapse)Author
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre
Allow users to specify @CURRENT_SOURCE_DIR@ in generator arguments to specify the current target source directory. This is useful when creating protobuf generator objects in sub-directories because protoc will then generate files in the expected location. Fixes #1622. Remove stray semicolon Update documentation