Skip to content
Snippets Groups Projects
  1. Jun 17, 2021
  2. Jun 16, 2021
  3. Jun 15, 2021
  4. Jun 14, 2021
    • Brad King's avatar
      cmNinjaTargetGenerator: Fix scan rule PREPROCESSED_SOURCE placeholder · 312ced65
      Brad King authored
      When running the module dependencies scan tool for for a language that
      does not compile the preprocessed output, we do not actually put the
      preprocessed output in the build graph.  However, the value of
      `CMAKE_EXPERIMENTAL_<LANG>_SCANDEP_SOURCE` may reference the placeholder
      for the preprocessed source.  Populate the placeholder to keep the file
      out of the way.  In particular, do not clobber the `.ddi` file.
      312ced65
    • Brad King's avatar
      cmNinjaTargetGenerator: Clarify GetScanBuildStatement condition · 1dd9c4ab
      Brad King authored
      Use the `compilePP` variable directly rather than relying on callers
      to make `compilePP == !ppFileName.empty()`.
      1dd9c4ab
Loading