CMakeLists.txt 243 B

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