integrate RMLUI library

This commit is contained in:
2026-01-03 12:17:19 +01:00
parent 784e054105
commit 1074a1e59a
90 changed files with 3939 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ android {
}
externalNativeBuild {
cmake {
//arguments += "--trace-expand"
cppFlags += ""
arguments += "-DANDROID_STL=c++_shared"
arguments += "-DCMAKE_TOOLCHAIN_FILE=$vcpkgHome/scripts/buildsystems/vcpkg.cmake"