about summary refs log tree commit diff stats
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions
lt'>
8
9
10
11






                               
                               


                                                          
find_package(Protobuf REQUIRED)

add_library(protos)

protobuf_generate(
  LANGUAGE cpp
  TARGET protos
  PROTOS human.proto data.proto
)

target_link_libraries(protos PUBLIC protobuf::libprotobuf)