reactos/dll/opengl/mesa/math/CMakeLists.txt
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

15 lines
245 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
precomp.h)
add_library(mesa_math STATIC ${SOURCE})
add_pch(mesa_math precomp.h SOURCE)