mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-21 14:03:36 +00:00
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/NativeSwapChainImplGL.h"
|
||||||
"opengl/OpenGLFunctions.cpp"
|
"opengl/OpenGLFunctions.cpp"
|
||||||
"opengl/OpenGLFunctions.h"
|
"opengl/OpenGLFunctions.h"
|
||||||
|
"opengl/OpenGLVersion.cpp"
|
||||||
|
"opengl/OpenGLVersion.h"
|
||||||
"opengl/PersistentPipelineStateGL.cpp"
|
"opengl/PersistentPipelineStateGL.cpp"
|
||||||
"opengl/PersistentPipelineStateGL.h"
|
"opengl/PersistentPipelineStateGL.h"
|
||||||
"opengl/PipelineGL.cpp"
|
"opengl/PipelineGL.cpp"
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include "utils/TerribleCommandBuffer.h"
|
#include "utils/TerribleCommandBuffer.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cstring>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user