smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

xpAddCoverage cmake function #382

Closed smanders closed 1 year ago

smanders commented 1 year ago

the xpAddCoverage() cmake function, which is currently in

should be moved to externpro's xpfunmac.cmake https://github.com/smanders/externpro/blob/23.02/modules/xpfunmac.cmake

smanders commented 1 year ago

there appears to have been a change to xpAddCoverage() in CommonLibraries https://isrhub.usurf.usu.edu/Vantage/CommonLibraries/commit/b9b1508812705cbdbd8f77d05345f3afe55c86c9#diff-a45d44cef2d61552139a8303db2315c8ddf37b14fb59f76972d02cd39b8fdd5b that was copied into PluginLibraries (CommonLibraries and PluginLibraries match), but the same change wasn't made in SWATFramework

smanders commented 1 year ago

completed with commit referenced above and commits in xpro branches of [Common|Plugin]Libraries and SWATFramework