diff --git a/README.md b/README.md index 5d918d5..eaeba64 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING. ## Contents -- [Articles](#articles) +- [Community / Resources](#community--resources) - [Package Management / Build Systems](#package-management--build-systems) - [Modules](#modules) - [Utility Scripts](#utility-scripts) @@ -16,15 +16,23 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING. - [Tutorials / Examples / Templates](#tutorials--examples--templates) - [Other](#other) -## Articles +## Community / Resources +* [Latest Documentation](https://cmake.org/cmake/help/latest/) +* [Webinars](https://cmake.org/webinars/) +* [Mailing Lists](https://cmake.org/mailing-lists/) +* [FAQ](https://cmake.org/Wiki/CMake_FAQ) +* [Wiki](https://cmake.org/Wiki/CMake) +* [Stack Overflow](http://stackoverflow.com/questions/tagged/cmake) +* [```#cmake``` on Freenode](http://webchat.freenode.net/?channels=cmake) +* [```/r/cmake``` on Reddit](https://www.reddit.com/r/cmake/) +* [```/r/cpp``` on Reddit](https://www.reddit.com/r/cpp/) * [CGold](https://github.com/ruslo/CGold) - The Hitchhiker’s [Guide](https://cgold.readthedocs.io) to the CMake. [```[BSD2]```][BSD-2-Clause] -* [Easy dependency management for C++ with CMake and Git](https://foonathan.github.io/blog/2016/07/07/cmake-dependency-handling.html). -* [Opt-in header-only libraries with CMake](https://steveire.wordpress.com/2016/08/09/opt-in-header-only-libraries-with-cmake/). -* [Modern CMake](https://github.com/toeb/moderncmake) - Modern CMake PDF and samples by creator of [cmakepp](https://github.com/toeb/cmakepp). [```[MIT]```][MIT] -* [Ultimate Guide to Modern CMake](https://rix0r.nl/blog/2015/08/13/cmake-guide/) -* [Older Modern CMake](https://meetingcpp.com/index.php/talkview13/items/13.html) Modern CMake for C++. -* [A list of common CMake antipatterns (from 2013 but still relevant)](http://voices.canonical.com/jussi.pakkanen/2013/03/26/a-list-of-common-cmake-antipatterns/). +* [Modern CMake](https://github.com/toeb/moderncmake) - Modern CMake *PDF* and samples by creator of [cmakepp](https://github.com/toeb/cmakepp). [```[MIT]```][MIT] +* [Article - Easy dependency management for C++ with CMake and Git](https://foonathan.github.io/blog/2016/07/07/cmake-dependency-handling.html). +* [Article - Opt-in header-only libraries with CMake](https://steveire.wordpress.com/2016/08/09/opt-in-header-only-libraries-with-cmake/). +* [Article - Ultimate Guide to Modern CMake](https://rix0r.nl/blog/2015/08/13/cmake-guide/) +* [Article - A list of common CMake antipatterns (from 2013 but still relevant)](http://voices.canonical.com/jussi.pakkanen/2013/03/26/a-list-of-common-cmake-antipatterns/). ## Package Management / Build Systems