-
Notifications
You must be signed in to change notification settings - Fork 104
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 cmake example #381
add cmake example #381
Conversation
Thanks! Would it be possible to add it to the github action - name: "Cmake example"
timeout-minutes: 30
run: cargo run --example cmake-dataflow |
This example only works on Linux right now. I don't have chance to fix it on Windows and MacOS, also I'm not good at Windows and MacOS. So I only check it on Linux by adding Sorry about that. |
Looks good to me. @phil-opp , could you have a quick look, as i don't have that much experience in CMake. Thanks! |
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 don't have much cmake experience either, but I think this looks all reasonable. Thanks for the contribution!
Thanks @phil-opp , guess we´ll both learn this way :) |
Please see README.md for details
Thanks