Technical requirements
As with the previous chapters, all the examples have been tested with CMake 3.21 and run on either of the following compilers:
- GCC 9 or newer.
- Clang 12 or newer.
- MSVC 19 or newer.
- All the examples and source code for this chapter are available in this book's GitHub repository, https://github.com/PacktPublishing/CMake-Best-Practices, in the
chapter_3
subfolder.