You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"WGPU_STATIC_LIBRARY"# Here it's simply important that we do not define WGPU_SHARED_LIBRARY, as this will set dllimport / export attributes on windows.
930
+
"DAWN_NATIVE_STATIC_LIBRARY"
931
+
)
932
+
endif()
922
933
# Apart from dawn_public_config, everything else goes inside PRIVATE, otherwise install rules will complain that they were not exported.
0 commit comments