diff options
Diffstat (limited to 'proto/CMakeLists.txt')
-rw-r--r-- | proto/CMakeLists.txt | 2 |
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) | |||
5 | protobuf_generate( | 5 | protobuf_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 | ||
11 | target_link_libraries(protos PUBLIC protobuf::libprotobuf) | 11 | target_link_libraries(protos PUBLIC protobuf::libprotobuf) |