I was using the CMake File API to simply have my code analysis tool “ask” what files to analyze for a given target.
Unfortunately I noticed that if I have an interface library that only has include directories added, but no sources explicitly added, it does not show up in the targets
array on the codemodel reply.
Any way I can still get these targets and there include directories via the File API?