Re: [CMake] graphviz missing dependencies when target spans multiple subfolders

2019-10-25 Thread Craig Scott
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: > >

[CMake] graphviz missing dependencies when target spans multiple subfolders

2019-10-25 Thread Rich von Lehe
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