Skip to content

Commit

Permalink
split the community/resources sections
Browse files Browse the repository at this point in the history
  • Loading branch information
onqtam committed Oct 10, 2016
1 parent 12a7f71 commit eaf617e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,29 @@ 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)
- [Toolchains](#toolchains)
- [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 Hitchhiker’s [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).
Expand Down

0 comments on commit eaf617e

Please sign in to comment.