To be fully productive, set up this toolchain:
option(BUILD_TESTS "Build unit tests" ON) option(ENABLE_SANITIZERS "Enable ASAN/UBSAN" OFF)
If you are starting from scratch, you can supplement the cookbook with these high-quality community resources:
Covers the basics of compiling single source files, switching generators, and controlling compiler flags. Chapter 7:
In your project’s README.md , note which recipes from the cookbook you adapted. This helps other team members understand the build system.