2021-01-06 22:58:01 +11:00
|
|
|
set(SOURCES
|
2021-05-10 07:52:39 +10:00
|
|
|
Tex/NameAllocator.cpp
|
2021-05-29 23:34:40 +02:00
|
|
|
Tex/Texture2D.cpp
|
2021-05-30 16:15:26 +10:00
|
|
|
Tex/TextureUnit.cpp
|
2021-05-04 23:00:45 +10:00
|
|
|
Clipper.cpp
|
2021-05-15 22:45:05 +02:00
|
|
|
GLBlend.cpp
|
2021-01-06 22:58:01 +11:00
|
|
|
GLColor.cpp
|
2021-04-24 01:57:01 +02:00
|
|
|
GLContext.cpp
|
2021-05-16 14:05:13 +02:00
|
|
|
GLLights.cpp
|
2021-05-09 08:25:15 +04:30
|
|
|
GLLists.cpp
|
|
|
|
GLMat.cpp
|
2021-05-10 07:52:39 +10:00
|
|
|
GLTexture.cpp
|
2021-01-06 22:58:01 +11:00
|
|
|
GLUtils.cpp
|
|
|
|
GLVert.cpp
|
|
|
|
SoftwareGLContext.cpp
|
2021-04-24 01:57:01 +02:00
|
|
|
SoftwareRasterizer.cpp
|
2021-05-08 22:18:34 +02:00
|
|
|
DepthBuffer.cpp
|
2021-01-06 22:58:01 +11:00
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibGL gl)
|
2021-04-24 01:57:01 +02:00
|
|
|
target_link_libraries(LibGL LibM LibCore LibGfx)
|