Files
wnmj/cocos2d/cocos/math/CMakeLists.txt
2026-03-01 13:51:43 +08:00

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
)