-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
webgpu: combine tint static libs into single lib #8520
Conversation
set_target_properties(webgpu_dawn PROPERTIES IMPORTED_LOCATION | ||
${FILAMENT_DIR}/lib/${ANDROID_ABI}/libwebgpu_dawn.a) | ||
# See third_party/dawn/tnt/CMakeLists.txt and libs/filamat/CMakeLists.txt | ||
add_library(tint STATIC IMPORTED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we use tint_combined in this file? Not tint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, this is just a local naming (or renaming) of libttint_combined.a
to a lib named tint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.