Files
metabuilder/gameengine/build-codeql.sh
johndoe6345789 d0dbb64ebd chore: Cleanup unused imports and fix gameengine build
- Remove unused Layout import from JSONUIPage
- Remove unused imports from codegen components and hooks
- Fix assimp 3mf exporter conflict with libzip (duplicate symbols)
- Add SDL input service include
- Update workflow step string handling for type safety
- Add Qt6 CMakeUserPresets.json
- Add gameengine CodeQL build script

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 09:00:49 +00:00

6 lines
172 B
Bash
Executable File

#!/bin/bash
set -e
source build/build/Release/generators/conanbuild.sh
cmake --preset conan-release -DBUILD_TESTING=OFF
cmake --build build/build/Release --target sdl3_app