Add utils/WGPUHelpers.{cpp,h} to CMake build

These files were added in this recent commit:
https://dawn-review.googlesource.com/c/dawn/+/68282

Change-Id: I63a64cea1946b3fe48ac20d478f9b7664bc63de0
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/68560
Commit-Queue: James Price <jrprice@google.com>
Commit-Queue: Austin Eng <enga@chromium.org>
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
James Price 2021-11-05 20:59:31 +00:00 committed by Dawn LUCI CQ
parent 4d47cdb171
commit 3646019925
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ target_sources(dawn_native PRIVATE
"VertexFormat.cpp"
"VertexFormat.h"
"dawn_platform.h"
"utils/WGPUHelpers.cpp"
"utils/WGPUHelpers.h"
)
target_link_libraries(dawn_native
PUBLIC dawncpp_headers