CMakeLists.txt 217 B

123456789101112131415
  1. set(COCOS_MATH_SRC
  2. math/CCAffineTransform.cpp
  3. math/CCGeometry.cpp
  4. math/CCVertex.cpp
  5. math/Mat4.cpp
  6. math/MathUtil.cpp
  7. math/Quaternion.cpp
  8. math/TransformUtils.cpp
  9. math/Vec2.cpp
  10. math/Vec3.cpp
  11. math/Vec4.cpp
  12. )