Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
CMake
CMake
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,241
    • Issues 3,241
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 14
    • Merge Requests 14
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Merge Requests
  • !3668

Merged
Opened Aug 08, 2019 by Saleem Abdulrasool@compnerdDeveloper

Generator: support per-language link library flag

  • Overview 26
  • Commits 1
  • Pipelines 12
  • Changes 5

This enables the use of MSVC and Swift on Windows in a single project. MSVC uses no flag to indicate linked libraries while Swift uses -l. Add support for a language specific link library flag which takes precedence over the global CMAKE_LINK_LIBRARY_FLAG which preserves compatibility with earlier releases.

Assignee
Assign to
Reviewer
Request review from
3.16.0
Milestone
3.16.0 (Past due)
Assign milestone
Time tracking
Reference: cmake/cmake!3668
Source branch: per-language-link-library-flag