triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
551 stars 227 forks source link

How to write cmakelist to use grpcclient? #714

Open lyp741 opened 3 months ago

lyp741 commented 3 months ago

I add grpcclient_static to target_link_libraries in cmakelist. But when compiling, there are link errors about grpc. Please tell me where is wrong, thank you!