When working with cmake, is it better to work with one large CMakeLists.txt in the root of the project or, as you can see, in some places, having one in each subdirectory?
I would suggest something like strings for large projects, with one in each directory being better.
If so, where should the threshold be?
directory cmake
Ali lown
source share