mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-05 01:55:21 +03:00
abecff1766
This adds stubs for `glMap(1|2)(d|f)`, `glMapGrid(1|2)(d|f)`, `glEvalCoord(1|2)(d|f)`, `glEvalMesh(1|2)` and `glEvalPoint(1|2)`.
24 lines
426 B
CMake
24 lines
426 B
CMake
set(SOURCES
|
|
GLBlend.cpp
|
|
GLColor.cpp
|
|
GLContext.cpp
|
|
GLDraw.cpp
|
|
GLFog.cpp
|
|
GLLights.cpp
|
|
GLLists.cpp
|
|
GLMap.cpp
|
|
GLMat.cpp
|
|
GLStencil.cpp
|
|
GLTexture.cpp
|
|
GLUtils.cpp
|
|
GLVert.cpp
|
|
GLVertexArrays.cpp
|
|
SoftwareGLContext.cpp
|
|
Tex/NameAllocator.cpp
|
|
Tex/Texture2D.cpp
|
|
Tex/TextureUnit.cpp
|
|
)
|
|
|
|
serenity_lib(LibGL gl)
|
|
target_link_libraries(LibGL LibM LibCore LibGfx LibSoftGPU)
|