mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
13 lines
No EOL
195 B
CMake
13 lines
No EOL
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}) |