added settings to android (#118)

Signed-off-by: Aleksandr Popovich <alekpopo@pm.me>
Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: #118
Co-authored-by: Aleksandr Popovich <alekpopo@pm.me>
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: Aleksandr Popovich <alekpopo@pm.me>
This commit is contained in:
swurl 2025-05-21 18:02:34 -04:00
parent b1b6e0064f
commit c79b7f82c8
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1
38 changed files with 243 additions and 104 deletions

View file

@ -21,6 +21,6 @@ CALL cmake -S . -B build\%chain% ^
-DYUZU_ENABLE_LTO=ON ^
-G "Ninja" ^
-DYUZU_TESTS=OFF ^
-DQt6_DIR=C:\Qt\%qt_ver%\msvc2022_64
-DQt6_DIR=C:\Qt\%qt_ver%\msvc2022_64
CALL cmake --build build\%chain%