-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
[awlib] Add new port #37834
[awlib] Add new port #37834
Conversation
@microsoft-github-policy-service agree |
8ba2776
to
27e6676
Compare
Feature
Usage test passed on |
But feature
|
I've added missing dependencies and re-tested with a clean repo. |
The installation of
|
awlib requires latest C++ features which are not available for Android
Currently there's no support for UWP in awlib.
All features passed with following triplets:
|
Co-authored-by: Lily Wang <[email protected]>
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.