Seems to be working now

This commit is contained in:
2026-02-15 14:26:27 +01:00
parent 9967d184e0
commit 7aff4a94b6
3 changed files with 4 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ target_include_directories(proto_static PUBLIC
${PROTO_OUT}
)
target_link_libraries(proto_static PRIVATE
target_link_libraries(proto_static PUBLIC
protobuf::libprotobuf
gRPC::grpc++
)