We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm sure there's a way to build for Android & iOS, but I've never worked with either of them so I don't know what's required.
If anyone is keen on those, please feel free to file a PR!
The text was updated successfully, but these errors were encountered:
For my Android build, just add "-DCMAKE_SYSTEM_NAME=Android" to the command line (cmake >= 3.21: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-android-with-the-ndk)
Sorry, something went wrong.
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install JavaScriptApi -DCMAKE_SYSTEM_NAME=Android
No branches or pull requests
I'm sure there's a way to build for Android & iOS, but I've never worked with either of them so I don't know what's required.
If anyone is keen on those, please feel free to file a PR!
The text was updated successfully, but these errors were encountered: