smanders / externpro

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

xpfunmac.cmake improvements #369

Closed smanders closed 1 year ago

smanders commented 1 year ago

xpSourceListAppend() currently adds .github/workflows/*.yml files to the cmake list automatically with the changes made in this issue https://github.com/smanders/externpro/issues/341 and this commit https://github.com/smanders/externpro/commit/77c45cb3b772d6c67f268b692e75d4de5f7afa9f

with the addition of a pull_request_template.md file to the .github/ directory, and all the hoops a project needs to jump through to add it to the cmake (see https://isrhub.usurf.usu.edu/cfrandsen/PluginLibraries/pull/17/files#r111813), it would be nice to just add everything in the .github/ directory automatically to the cmake lists

smanders commented 1 year ago

completed with commit referenced above -- this will be tested once I have other projects (palam/internpro) released with this externpro release in a project that uses the github pull request template