refactor: reorganize submodule structure and enhance CMake configuration

- Moved all third-party libraries (SDL, ImGui, Asar, etc.) from `src/lib/` and `third_party/` to a new `ext/` directory for better organization and clarity in dependency management.
- Updated CMake configuration to reflect the new paths, ensuring all targets and includes point to the `ext/` directory.
- Enhanced CMake presets to support new build options for AI and gRPC features, improving modularity and build flexibility.
- Added new feature flags for agent UI and remote automation, allowing for more granular control over build configurations.
- Updated documentation to reflect changes in the project structure and build options, ensuring clarity for contributors and users.
This commit is contained in:
scawful
2025-11-16 18:27:37 -05:00
parent 8635660d9d
commit a5d98ad83c
39 changed files with 654 additions and 156 deletions

1
ext/SDL Submodule

Submodule ext/SDL added at 66d87bf0e1

1
ext/asar Submodule

Submodule ext/asar added at 5fd539cd51

1
ext/httplib Submodule

Submodule ext/httplib added at 35c52c1ab9

1
ext/imgui Submodule

Submodule ext/imgui added at 28dabdcb9e

1
ext/imgui_test_engine Submodule

Submodule ext/imgui_test_engine added at 1918dc90b5

1
ext/json Submodule

Submodule ext/json added at 3ed64e502a