Skip to content

Latest commit

 

History

History
 
 

recipe-07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.