I clone https://github.com/grpc/grpc and try to build gRPC++ library with Bazel like this: "*bazel build :grpc++*"
There are no build errors, but I get: "*Target //:grpc++ up-to-date (nothing to build)*" and the library artifact is not produced. I tracked it down to grpc_cc_library(name = "grpc++", ...) which does not specify any srcs and as the result the header only library produces no binary file. I searched and could not find any guidance on how *grpc++.lib* or *libgrpc++.so* supposed to be built with Bazel. Any help? Thank you! Konstantin -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/0db0476e-bff5-465a-b367-1fee2fb1589fn%40googlegroups.com.
