Fix compilation using CMake on Linux

Bug: None
Change-Id: Ib5049d976eb16c0231516c48c52cde4b0968fd6e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/41181
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2021-02-09 16:13:51 +00:00 committed by Commit Bot service account
parent ab8e7e5006
commit 42f28d6914
2 changed files with 3 additions and 0 deletions

View File

@ -365,6 +365,8 @@ if (DAWN_ENABLE_OPENGL)
"opengl/NativeSwapChainImplGL.h"
"opengl/OpenGLFunctions.cpp"
"opengl/OpenGLFunctions.h"
"opengl/OpenGLVersion.cpp"
"opengl/OpenGLVersion.h"
"opengl/PersistentPipelineStateGL.cpp"
"opengl/PersistentPipelineStateGL.h"
"opengl/PipelineGL.cpp"

View File

@ -24,6 +24,7 @@
#include "utils/TerribleCommandBuffer.h"
#include <algorithm>
#include <cstring>
#include <fstream>
#include <iomanip>
#include <set>