[grpc-io] Re: Visual Studio debug configuration

2025-09-11 Thread 'Adam Heller' via grpc.io
This sounds like a reasonable feature request. Please file an issue at https://github.com/grpc/grpc, so the request does not get lost. FYI, CMake is not a top priority for the maintenance team at the moment, and we are a bit short-staffed, so this may require a community contribution to get it

[grpc-io] Re: Visual Studio debug configuration

2025-07-10 Thread 'Randy Ward' via grpc.io
It does when I'm not importing the CMAKE library target. I think this is a more complicated issue because of grpc's dependencies. Specifically UTF8 and ABSL. I've been able to hard-code a workaround for this, but it involves manual editing of files and I would love it if someone wanted to make a

[grpc-io] Re: Visual Studio debug configuration

2025-07-08 Thread 'veb...@google.com' via grpc.io
Hey Randy, If you use cmake when building gRPC, it might be working if you build like "cmake --build . --config Release" without regenerating it. Regards, Esun. On Monday, June 30, 2025 at 8:48:56 AM UTC-7 Randy Ward wrote: > Is there any install target that builds debug and release static lib