mirror of https://github.com/axmolengine/axmol.git
16 lines
217 B
CMake
16 lines
217 B
CMake
|
|
||
|
set(COCOS_MATH_SRC
|
||
|
|
||
|
math/CCAffineTransform.cpp
|
||
|
math/CCGeometry.cpp
|
||
|
math/CCVertex.cpp
|
||
|
math/Mat4.cpp
|
||
|
math/MathUtil.cpp
|
||
|
math/Quaternion.cpp
|
||
|
math/TransformUtils.cpp
|
||
|
math/Vec2.cpp
|
||
|
math/Vec3.cpp
|
||
|
math/Vec4.cpp
|
||
|
|
||
|
)
|