All checks were successful
Build and Test / build (pull_request) Successful in 29m28s
- Remove ZTools install block from src/Mod/Create/CMakeLists.txt - Remove mods/ztools submodule entry from .gitmodules - Remove 'ztools' from legacy fallback order in addon_loader.py - Remove ztools imports and test classes from test_kindred_pure.py (TestTypeMatches, TestMatchScore, TestSelectionItemProperties, TestColumnToIndex, TestDatumModes) - Remove 'ztools Workbench' from issue template component lists - Remove mods/ztools submodule from git tracking ZTools will be archived to a reference folder in a separate step (#345). This is part of the UI/UX rework epic (#346).
21 lines
665 B
Plaintext
21 lines
665 B
Plaintext
[submodule "src/3rdParty/OndselSolver"]
|
|
path = src/3rdParty/OndselSolver
|
|
url = https://git.kindred-systems.com/kindred/solver.git
|
|
[submodule "tests/lib"]
|
|
path = tests/lib
|
|
url = https://github.com/google/googletest
|
|
[submodule "src/3rdParty/GSL"]
|
|
path = src/3rdParty/GSL
|
|
url = https://github.com/microsoft/GSL
|
|
[submodule "src/Mod/AddonManager"]
|
|
path = src/Mod/AddonManager
|
|
url = https://github.com/FreeCAD/AddonManager.git
|
|
[submodule "mods/silo"]
|
|
path = mods/silo
|
|
url = https://git.kindred-systems.com/kindred/silo-mod.git
|
|
branch = main
|
|
[submodule "mods/solver"]
|
|
path = mods/solver
|
|
url = https://git.kindred-systems.com/kindred/solver.git
|
|
branch = main
|