[cmake-developers] -GNinja on Windows

Bill Hoffman bill.hoffman at kitware.com
Wed Jun 13 12:53:13 EDT 2012


On 6/13/2012 12:41 PM, Peter Kümmel wrote:
>
> Yes, this looks like a more advanced solution.
> We only need to extract #line 1234 "c:\..." from the generated file.
>
> Peter
> --
Just do this:

  cl /P  /showIncludes

Then it won't error out, and will show the includes in the same format.

-Bill



More information about the cmake-developers mailing list