reactos/reactos/dll/opengl/mesa/main/CMakeLists.txt

81 lines
1.1 KiB
CMake
Raw Normal View History

list(APPEND SOURCE
api_arrayelt.c
api_exec.c
api_loopback.c
api_validate.c
accum.c
attrib.c
arrayobj.c
blend.c
bufferobj.c
buffers.c
clear.c
clip.c
colortab.c
context.c
convolve.c
cpuinfo.c
depth.c
dlist.c
dlopen.c
drawpix.c
enable.c
enums.c
eval.c
execmem.c
extensions.c
feedback.c
fog.c
formats.c
format_pack.c
format_unpack.c
framebuffer.c
get.c
getstring.c
hash.c
hint.c
histogram.c
image.c
imports.c
light.c
lines.c
matrix.c
mm.c
multisample.c
pack.c
pixel.c
pixelstore.c
pixeltransfer.c
points.c
polygon.c
rastpos.c
readpix.c
renderbuffer.c
scissor.c
shared.c
state.c
stencil.c
texenv.c
texformat.c
texgen.c
texgetimage.c
teximage.c
texobj.c
texpal.c
texparam.c
texstate.c
texstorage.c
texstore.c
texturebarrier.c
varray.c
version.c
viewport.c
vtxfmt.c
)
add_library(mesa_main STATIC ${SOURCE})
if(NOT MSVC)
allow_warnings(mesa_main)
endif()