split the community/resources sections

This commit is contained in:
onqtam
2016-10-10 14:10:53 +03:00
parent 12a7f714ef
commit eaf617eda1

View File

@@ -8,7 +8,8 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING.
## Contents
- [Community / Resources](#community--resources)
- [Community](#community)
- [Resources](#resources)
- [Package Management / Build Systems](#package-management--build-systems)
- [Modules](#modules)
- [Utility Scripts](#utility-scripts)
@@ -16,17 +17,20 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING.
- [Tutorials / Examples / Templates](#tutorials--examples--templates)
- [Other](#other)
## Community / Resources
## Community
* [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/)
* [Mailing Lists](https://cmake.org/mailing-lists/)
* [Stack Overflow](http://stackoverflow.com/questions/tagged/cmake)
## Resources
* [Latest Documentation](https://cmake.org/cmake/help/latest/)
* [FAQ](https://cmake.org/Wiki/CMake_FAQ)
* [Wiki](https://cmake.org/Wiki/CMake)
* [Webinars](https://cmake.org/webinars/)
* [CGold](https://github.com/ruslo/CGold) - The Hitchhikers [Guide](https://cgold.readthedocs.io) to the CMake. [```[BSD2]```][BSD-2-Clause]
* [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).