Skip to content

cmLocalGenerator: Remove AddCompileDefinitions method

Brad King requested to merge brad.king/cmake:remove-AddCompileDefinitions into master

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.

Merge request reports