thejinchao / turbolink

TurboLink is an unreal engine plugin enables Google gRPC work with Unreal Engine using C++ and Blueprint
MIT License
151 stars 46 forks source link

how to filter abseil libraries not been used? #5

Closed ZezhongWang closed 1 year ago

ZezhongWang commented 1 year ago

我看到你的project中把不被使用的 abseil libraries 过滤掉了,请问这是如何确定的呢? 我现在在做 grpc 1.50.0 的适配。 之后可以把我的分支提交到你的 repo。

https://github.com/ZezhongWang/turbolink-libraries/tree/grpc_v1.50.0

image

thejinchao commented 1 year ago

其实很容易,把gRPC提供的helloworld工程用cmake生成出来,然后在vs里看下都link了哪些库就行了 image

ZezhongWang commented 1 year ago

原来如此,机智机智。