precompiling - Separating header and source files after compiling .proto with Protocol Buffers -
i'm working on project structure similar following:
root/inc/foo/bar/ root/src
i've started use google protocol buffers , when compile code found need add foo/bar/file.h file.cc file in order code find header. don't plan commit .h , .cc files repo since automatically generated. there parameter can give protoc seperate header/source files different directories , add correct path source file #includes?
maybe append script "mv foo.h foofolder/" after executing protoc
Comments
Post a Comment