blob: 3455679f7280246fc9bc6cc95f43241d9873a11c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
set(SOURCES
Clipper.cpp
GLBlend.cpp
GLColor.cpp
GLContext.cpp
GLLights.cpp
GLLists.cpp
GLMat.cpp
GLUtils.cpp
GLVert.cpp
SoftwareGLContext.cpp
SoftwareRasterizer.cpp
DepthBuffer.cpp
)
serenity_lib(LibGL gl)
target_link_libraries(LibGL LibM LibCore LibGfx)
|