Files
Chimera GFX release export a6037502d7
phase0-ci / build-and-audit (push) Successful in 2m14s
Publish Chimera GFX source
2026-09-03 03:27:14 +02:00

16 lines
623 B
Markdown

# CMake helpers
Project-owned CMake modules are placed here as they become necessary. Phase 0
keeps policy in the top-level build so the enabled target graph is easy to
audit.
The Phase-1 VideoOut option imports an already verified static SDL build by
absolute path. It never downloads, patches, or executes a dependency during
CMake configuration; orchestration and pin checks live in
`tools/build-phase1-videoout.sh`.
The installed config exports the core as `chimera-gfx::chimera-gfx` and the
capability-honest interfaces as
`chimera-gfx::chimera-gfx-retroarch-scaffold` and
`chimera-gfx::chimera-gfx-sdl2-scaffold`.