chore(datums): convert datums addon to submodule
Some checks failed
Build and Test / build (pull_request) Has been cancelled

Convert mods/datums/ from tracked files to a git submodule pointing
to https://git.kindred-systems.com/kindred/datums.git (branch: main).

Follows the same submodule pattern as silo, solver, and gears.
The datums remote repo was initialized from the existing tracked files
with the package.xml repository URL updated to point to the new repo.

CMake install targets in src/Mod/Create/CMakeLists.txt continue to
work unchanged since the files remain at the same paths.
This commit is contained in:
forbes
2026-03-03 08:27:31 -06:00
parent c60b4dbee1
commit 3f688873c6
27 changed files with 5 additions and 2529 deletions

4
.gitmodules vendored
View File

@@ -22,3 +22,7 @@
path = mods/gears
url = https://git.kindred-systems.com/kindred/gears.git
branch = main
[submodule "mods/datums"]
path = mods/datums
url = https://git.kindred-systems.com/kindred/datums.git
branch = main