Skip to content
  • Peter Kuemmel's avatar
    Ninja: add wrapper for cl to extract dependencies · 033a687a
    Peter Kuemmel authored
    cmcldeps wraps cl and adds /showInclude before calling cl.
    It parses the output of cl for used headers, drops system
    headers and writes them to a GCC like dependency file.
    
    cmcldeps uses ATM ninja code for process handling,
    but could be ported later to SystemTools.
    
    TODO: Why needs ninja multiple calls in the BuildDepends test?
    033a687a