Further reading
For more information on the topics covered in this chapter, you can refer to the following:
- QT Creator IDE, another CMake-supporting option to explore https://www.qt.io/product/development-tools
- Eclipse IDE for C/C++ Developers, supports CMake as well https://www.eclipse.org/downloads/packages/release/2023-12/r/eclipse-ide-cc-developers
- XCode for macOS can also be used with CMake https://medium.com/practical-coding/migrating-to-cmake-in-c-and-getting-it-working-with-xcode-50b7bb80ae3d
- CodeLite is another choice, thanks to CMake plugin: https://docs.codelite.org/plugins/cmake/