Fix dawn_native/CMakeLists by removing commas
TBR=bajones@chromium.org Bug: dawn:746 Change-Id: Iec075f2d75ca254d401e089f85d33e814a89adf3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46861 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
6f2bbe9896
commit
0515e90cad
|
@ -62,8 +62,8 @@ target_sources(dawn_native PRIVATE
|
|||
"CommandValidation.h"
|
||||
"Commands.cpp"
|
||||
"Commands.h"
|
||||
"CompilationMessages.cpp",
|
||||
"CompilationMessages.h",
|
||||
"CompilationMessages.cpp"
|
||||
"CompilationMessages.h"
|
||||
"ComputePassEncoder.cpp"
|
||||
"ComputePassEncoder.h"
|
||||
"ComputePipeline.cpp"
|
||||
|
|
Loading…
Reference in New Issue