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:
parent
ab8e7e5006
commit
42f28d6914
|
@ -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"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "utils/TerribleCommandBuffer.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <set>
|
||||
|
|
Loading…
Reference in New Issue