Publish Chimera GFX source
phase0-ci / build-and-audit (push) Successful in 2m14s

This commit is contained in:
Chimera GFX release export
2026-09-03 03:27:14 +02:00
commit a6037502d7
828 changed files with 100454 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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`.
+3
View File
@@ -0,0 +1,3 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/chimera-gfx-targets.cmake")