Skip to content
  • Brad King's avatar
    cmLocalGenerator: Remove AddCompileDefinitions method · 8f076acd
    Brad King authored
    This method offers the same definitions as `GetTargetDefines` except
    that it excludes the "export" macro on shared libraries.  Update call
    sites to use `GetTargetDefines` instead.  Some of them were incorrectly
    excluding the export macro.
    8f076acd