On Sat, Oct 26, 2019 at 9:11 AM Rich von Lehe wrote:
> I am using CMake 3.15.1. Having found out about some of the changes with
> 3.13, I've started to take advantage of using 'add_subdirectory()' in
> certain cases when a module is large and spans multiple source folders.
>
> For instance:
>
>
I am using CMake 3.15.1. Having found out about some of the changes with
3.13, I've started to take advantage of using 'add_subdirectory()' in
certain cases when a module is large and spans multiple source folders.
For instance:
ModuleA/CMakeLists.txt:
add_li