mirror of
https://github.com/logos-co/logos-plugin-qt.git
synced 2026-08-27 08:51:07 +00:00
dca52b9fd508508bff396794636b8d2d2e007fd1
Factor the code-generation half of buildPlugin's preConfigure into a shared generationScript, and add a `generate` builder that runs the exact same generators then snapshots the resulting source tree instead of compiling it. logos-module-builder uses this to expose a `.#generate` output — a ready-to-build codebase (module source + fully-populated generated_code/). The normal `build` path is behaviorally unchanged. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
logos-plugin-qt
The Qt-specific build logic (CMake module, plugin compilation, header generation) as a standalone backend that logos-module-builder delegates to.
This enables swapping the plugin technology without changing the module builder or individual modules.
Languages
Nix
49.6%
C++
45%
CMake
3.3%
Shell
1.4%
C
0.7%