Skip to content
  • Brad King's avatar
    Ninja: Generate separate compile and link rules for each target · a390de65
    Brad King authored
    Our <LANG>_COMPILER and <LANG>_<TARGET_TYPE>_LINKER rule generation has
    access to a specific cmTarget so the results may depend on it.  Instead
    generate separate rules for each target using an encoded target name.
    In particular, this makes CTEST_USE_LAUNCHERS report proper target
    information.
    a390de65