aboutsummaryrefslogtreecommitdiff
path: root/book/src/build/cmake.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/src/build/cmake.md')
-rw-r--r--book/src/build/cmake.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/book/src/build/cmake.md b/book/src/build/cmake.md
index 4b50746c..478552e7 100644
--- a/book/src/build/cmake.md
+++ b/book/src/build/cmake.md
@@ -29,3 +29,19 @@ what is available in these links, feel free to make a PR adding it to this list.
- Tested on Windows 10 with GNU target, and on Linux
---
+
+- **<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
+ - Minimal CMake configuration
+ - Tested on Linux, macOS, and Windows
+
+---