Skip to content
  • Stephen Kelly's avatar
    Remove the LINK_LANGUAGE generator expression. · 4f6bd702
    Stephen Kelly authored and Brad King's avatar Brad King committed
    It accepted an optional argument to test for equality, but no way
    to get the linker language of a particular target.
    
    TARGET_PROPERTY provides this flexibility and STREQUAL provides
    the necessary API for equality test.
    
    Extend the CompileDefinitions test to cover accessing the
    property of another target.
    4f6bd702