summary refs log tree commit diff stats
path: root/proto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'proto/CMakeLists.txt')
-rw-r--r--proto/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/CMakeLists.txt b/proto/CMakeLists.txt index c5abd46..95687d7 100644 --- a/proto/CMakeLists.txt +++ b/proto/CMakeLists.txt
@@ -5,7 +5,7 @@ add_library(protos)
5protobuf_generate( 5protobuf_generate(
6 LANGUAGE cpp 6 LANGUAGE cpp
7 TARGET protos 7 TARGET protos
8 PROTOS human.proto data.proto common.proto 8 PROTOS human.proto data.proto
9) 9)
10 10
11target_link_libraries(protos PUBLIC protobuf::libprotobuf) 11target_link_libraries(protos PUBLIC protobuf::libprotobuf)