chore(build): formalize CMake install rules for mods/ submodules #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CMake install rules for
mods/submodules should be formalized insrc/Mod/Create/CMakeLists.txtso thatcmake --installincludes ztools and Silo without relying on packaging scripts to copy them manually.Proposed rules:
Source: KNOWN_ISSUES.md — Next steps #4, INTEGRATION_PLAN.md Phase 6
Done. CMake install rules for all four addons (sdk, solver, ztools, silo) are in
src/Mod/Create/CMakeLists.txt.