Skip to content
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

[docs] Add geekbrother/cxx-corrosion-cmake repo to the CMake docs. #1090

Merged
merged 1 commit into from Sep 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions book/src/build/cmake.md
Expand Up @@ -30,6 +30,14 @@ what is available in these links, feel free to make a PR adding it to this list.

---

- **<https://github.com/geekbrother/cxx-corrosion-cmake>**

- Improved rusty_cmake CMake file to use modern C++
- Rich examples of using different primitive types and Rust's Result return to C++
- MacOS and Linux only

---

- **<https://github.com/paandahl/cpp-with-rust>**

- Same blobstore example as the official demo, but inverted languages
Expand Down