Skip to content
  • Stephen Kelly's avatar
    cmMakefile: Implement LinkLibraries as an internal property · 4079ba20
    Stephen Kelly authored
    cmMakefile should not have logic particular to individual cmake
    commands.  The link_libraries() command is generally obsolete in favor
    of target_link_libraries().  An alternative language for CMake probably
    would not offer the former.  The quirks and historical behaviors of the
    current language should be separate from the core classes of CMake to
    allow replacing the language.
    4079ba20