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.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/book/src/build/cmake.md b/book/src/build/cmake.md
index ed3cb61d..4b50746c 100644
--- a/book/src/build/cmake.md
+++ b/book/src/build/cmake.md
@@ -22,3 +22,10 @@ what is available in these links, feel free to make a PR adding it to this list.
- Tested on Windows 10 with MSVC, and on Linux
---
+
+- **<https://github.com/trondhe/rusty_cmake>**
+
+ - Alias target that can be linked into a C++ project
+ - Tested on Windows 10 with GNU target, and on Linux
+
+---