This recipe discusses how to organize the CMake build system for large code
projects. We will show how to use add_subdirectory
to limit the scope of
variables, lower CMake code complexity, and simplify maintenance.
This recipe discusses how to organize the CMake build system for large code
projects. We will show how to use add_subdirectory
to limit the scope of
variables, lower CMake code complexity, and simplify maintenance.