Skip to content
  • Brad King's avatar
    Normalize slashes in scanned #include lines (#10281) · 8dc7501d
    Brad King authored
    On Windows platforms source files may contain '\' in include directives:
    
      #include "a\b.h"
    
    Normalize these while scanning to use forward slashes.  CMake will
    convert from forward slashes to the direction preferred by the native
    build tools when writing the path to 'depend.make' files.
    8dc7501d