-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ SDK cross-platform build #421
C++ SDK cross-platform build #421
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Build Failed 😱 Build Id: b6681eab-6be5-4076-a1dd-f033f132ee88 Build Logs
|
CLA signed, please review. |
CLAs look good, thanks! |
Build Failed 😱 Build Id: ff1c09b3-1990-448e-9ce0-185e87a015c7 Build Logs
|
In preparation for googleforgames#421, this updates gRPC (and associated libraries) to v1.16.1. This also updates the simple-udp, cpp-simple and xonotic examples as well.
In preparation for googleforgames#421, this updates gRPC (and associated libraries) to v1.16.1. This also updates the simple-udp, cpp-simple and xonotic examples as well.
In preparation for #421, this updates gRPC (and associated libraries) to v1.16.1. This also updates the simple-udp, cpp-simple and xonotic examples as well.
Closing this, as we now have #464 , and new changes are happening on that PR. |
This changeset removes the old Makefile-based build and replaces it by a CMake build that works across Windows, Linux and macOS.