CMakeLists.txt 309 B

12345678910
  1. # How to test:
  2. # 1. Build the project
  3. # 2. Check that the generated annotation.qpb.h file in the build directory contains all
  4. # comments from the proto/annotation.proto file
  5. qt_protobuf_generate(GENERATED_TARGET tst_manual_protobuf_annotation
  6. PROTO_FILES
  7. proto/annotation.proto
  8. COMMENTS
  9. )