reactos/dll/opengl/mesa/math/CMakeLists.txt
Amine Khaldi 25445ea35f * Sync up to trunk head (r60691).
svn path=/branches/ntvdm/; revision=60692
2013-10-17 11:19:05 +00:00

13 lines
195 B
CMake

list(APPEND SOURCE
m_debug_clip.c
m_debug_norm.c
m_debug_xform.c
m_eval.c
m_matrix.c
m_translate.c
m_vector.c
m_xform.c
)
add_library(mesa_math STATIC ${SOURCE})