From 3646019925535f96895fccfa4ec03dd30ba146e6 Mon Sep 17 00:00:00 2001 From: James Price Date: Fri, 5 Nov 2021 20:59:31 +0000 Subject: [PATCH] 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 Commit-Queue: Austin Eng Auto-Submit: James Price Reviewed-by: Austin Eng --- src/dawn_native/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dawn_native/CMakeLists.txt b/src/dawn_native/CMakeLists.txt index 2c2ead49d6..6302a2812a 100644 --- a/src/dawn_native/CMakeLists.txt +++ b/src/dawn_native/CMakeLists.txt @@ -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