Appendix: Contributing to CMake and Further Reading Material
This has been a long journey, and we have learned a great deal about CMake. However, as you may have realized by now, CMake is a huge ecosystem, and one book is not enough to cover the vast number of topics that can be discussed. Thus, in this chapter, we are going to take a look at the resources that will help you understand CMake even better as well as the ways of getting involved in the CMake project itself.
CMake is a flexible tool and is used in many projects in the software industry. As a result, CMake has an ever-growing community supporting it. There are plenty of resources available online for learning and troubleshooting the CMake problems that you may experience.
To understand the skills shared in this chapter, we’ll cover the following main topics:
- Where to find the CMake community
- Contributing to CMake
- Recommended books and blogs
Let’s begin!