mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-21 14:03:36 +00:00
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"
|
"CommandValidation.h"
|
||||||
"Commands.cpp"
|
"Commands.cpp"
|
||||||
"Commands.h"
|
"Commands.h"
|
||||||
"CompilationMessages.cpp",
|
"CompilationMessages.cpp"
|
||||||
"CompilationMessages.h",
|
"CompilationMessages.h"
|
||||||
"ComputePassEncoder.cpp"
|
"ComputePassEncoder.cpp"
|
||||||
"ComputePassEncoder.h"
|
"ComputePassEncoder.h"
|
||||||
"ComputePipeline.cpp"
|
"ComputePipeline.cpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user