smanders / externpro

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

next generation externpro #393

Closed smanders closed 9 months ago

smanders commented 9 months ago

externpro/externpro https://github.com/externpro/externpro is the next generation of externpro!

this new repo (externpro/externpro) is intended to be added as a submodule to projects that wish to build leveraging a buildpro image/container and using externpro cmake

git submodule add https://github.com/externpro/externpro .devcontainer

.devcontainer and modules relocated to externpro/externpro

the buildpro .devcontainer/ directory https://github.com/smanders/buildpro/tree/23.04.3/.devcontainer has been removed from buildpro https://github.com/smanders/buildpro/commit/546655bc99c4f1b61c4cdfe3eee131d67f5b9a93 and added to externpro/externpro

the smanders/externpro modules/ directory https://github.com/smanders/externpro/tree/23.04/modules will be removed from smanders/externpro and added to externpro/externpro

additional related changes

smanders commented 9 months ago
smanders commented 9 months ago

image the dependency graph helps to see which externpro-built libraries depend on other externpro-built libraries (and therefore which ones needed to be updated to pass XP_MODULES_DIR in so these dependencies can be found as they are built)

smanders commented 9 months ago

completed with commits referenced above