Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 382 Bytes

Limiting scope with add_subdirectory

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.