mirror of
https://github.com/onqtam/awesome-cmake.git
synced 2025-12-17 04:24:37 +03:00
split the community/resources sections
This commit is contained in:
20
README.md
20
README.md
@@ -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 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).
|
||||
|
||||
Reference in New Issue
Block a user