From a3b8b104ab16db6c9e515f22b6bdbcd69ce5c3e6 Mon Sep 17 00:00:00 2001 From: Akagi201 Date: Tue, 27 Mar 2018 11:04:41 +0800 Subject: [PATCH] docs(README): add cmake example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a507866..6d7885e 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,4 @@ This is a simple CMake tutorial project which contains some different scenarios. * [Mastering CMake](docs/mastering-cmake.pdf) * [CGold: The Hitchhiker’s Guide to the CMake](https://cgold.readthedocs.io/en/latest/index.html) * [Latest Official CMake doc](https://cmake.org/cmake/help/latest/index.html) +* [CMake Example](https://github.com/ttroy50/cmake-examples)