smanders / externpro

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

xpProjectInstall cmake function #381

Closed smanders closed 1 year ago

smanders commented 1 year ago

the xpProjectInstall() 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

once this is part of externpro, the temporary cmake that creates the palam-ut-reqs TARGET can/should be removed

smanders commented 1 year ago

completed with commit referenced above

verified by confirming that requirements/ folder exists in binary directory on both Windows and Linux building TemplateMicroservice (and palam csv file is present)

smanders commented 1 year ago

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