Extract Windows runtime payload deployment

This commit is contained in:
2026-06-02 21:36:31 +02:00
parent 7b882896f1
commit a2e47c862e
4 changed files with 32 additions and 23 deletions

View File

@@ -145,8 +145,9 @@ option targets exist. The Windows desktop app builds through CMake as
2026-05-31 by user decision. The root CMake Windows app graph now includes a
`panopainter_app` composition target and `pp_platform_windows` shell target so
`PanoPainter` is only the executable/resource wrapper; Windows and vendor link
dependencies now belong to the platform shell target. Android arm64 now
configures and builds headless foundation/tool targets through the root
dependencies now belong to the platform shell target, and Windows runtime
payload deployment lives behind `cmake/PanoPainterRuntime.cmake`. Android arm64
now configures and builds headless foundation/tool targets through the root
CMake/NDK path. Non-Windows platform app/package files remain during Phase 6
alignment.