ITK icon indicating copy to clipboard operation
ITK copied to clipboard

COMP: Fix missing include files

Open dzenanz opened this issue 1 year ago • 2 comments

Sample error message:

/Users/svc-dashboard/D/Support/ITK-rwdi/Wrapping/castxml_inputs/itkPyCommand.cxx /Users/svc-dashboard/D/Support/ITK-rwdi/Wrapping/castxml_inputs/itkPyCommand.cxx:16:10: fatal error: 'itkPyCommand.h' file not found
   16 | #include "itkPyCommand.h"
      |          ^~~~~~~~~~~~~~~~
1 error generated.

PR Checklist

dzenanz avatar Aug 29 '24 20:08 dzenanz

I would have expected this to be an include path issue?

blowekamp avatar Aug 30 '24 14:08 blowekamp

I don't know what is the name of the CMake target, so I would need include_directories. The proposed solution should also have a side benefit of showing these header files in IDEs (Visual Studio, XCode).

dzenanz avatar Aug 30 '24 14:08 dzenanz