-
Notifications
You must be signed in to change notification settings - Fork 214
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
Add CMakeLists.txt for cpp/Ice demos #257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 24 out of 39 changed files in this pull request and generated no comments.
Files not reviewed (15)
- .vscode/settings.json: Language not supported
- cpp/Ice/async/CMakeLists.txt: Language not supported
- cpp/Ice/bidir/CMakeLists.txt: Language not supported
- cpp/Ice/callback/CMakeLists.txt: Language not supported
- cpp/Ice/context/CMakeLists.txt: Language not supported
- cpp/Ice/interceptor/AuthenticatorI.cpp: Language not supported
- cpp/Ice/interceptor/CMakeLists.txt: Language not supported
- cpp/Ice/interceptor/InterceptorI.h: Language not supported
- cpp/Ice/interceptor/ThermostatI.h: Language not supported
- cpp/Ice/interleaved/CMakeLists.txt: Language not supported
- cpp/Ice/invoke/CMakeLists.txt: Language not supported
- cpp/Ice/latency/CMakeLists.txt: Language not supported
- cpp/Ice/bidir/README.md: Evaluated as low risk
- cpp/Ice/greeterAsync/README.md: Evaluated as low risk
- cpp/Ice/greeter/README.md: Evaluated as low risk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't look at the README's because it looks like they're just cookie-cutters of each other.
But I checked all the other files, and everything looks fine to me!
Co-authored-by: Austin Henriksen <[email protected]>
This PR adds CMakeLists.txt to the
cpp/Ice
demos that we plan on keeping.