Fix examples linking error when building with CMake

ScopedAutoreleasePool.cpp was not added to dawn_utils library sources,
which caused unresolved externals while linking examples.

Change-Id: Ia9de3135b814663cce33b719dbbb22971b8b9d43
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/56282
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Sergey Karchevsky 2021-06-29 07:03:31 +00:00 committed by Dawn LUCI CQ
parent 405bec157e
commit 9b6872dd00
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ target_sources(dawn_utils PRIVATE
"ComboRenderPipelineDescriptor.cpp"
"ComboRenderPipelineDescriptor.h"
"PlatformDebugLogger.h"
"ScopedAutoreleasePool.cpp"
"ScopedAutoreleasePool.h"
"SystemUtils.cpp"
"SystemUtils.h"
"TerribleCommandBuffer.cpp"