Skip to content
  • Stephen Kelly's avatar
    cmLinkLineComputer: Extract from cmLocalGenerator · 5b361fdd
    Stephen Kelly authored
    CMake has several classes which have too many responsibilities.
    cmLocalGenerator is one of them.  Start to extract the link line
    computation.  Create generator-specific implementations of the interface
    to account for generator-specific behavior.
    
    Unfortunately MSVC60 has different behavior to everything else and CMake
    still generates makefiles for it.  Isolate it with MSVC60-specific
    names.
    5b361fdd