mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- 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>
6 lines
172 B
Bash
Executable File
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
|