Closed dvander closed 1 year ago
Example:
prog = cxx.Program('prog') protos = builder.tools.Protoc(sources = ['myproto.proto']) prog.custom += [protos]
Example: