As you can see the output of folder structure is the following:
How come that ITK gets the same output but can use simply the #includes and not me?
I would not like to use this kind of file path #include “src/itksys/SystemTools.hxx”
How can I remove the src and all the other subfolders in a more elegant way? It is worst with VNL which is #include <src/vxl/vcl/vcl_msvc_warnings.h>
I am not as expert as you in CMake that’s why I don’t know which direction I could go to bypass the default folder structure.