axmol/cocos/math/CMakeLists.txt

13 lines
216 B
CMake

set(COCOS_MATH_SRC
math/CCAffineTransform.cpp
math/CCGeometry.cpp
math/MathUtil.cpp
math/Matrix.cpp
math/Quaternion.cpp
math/TransformUtils.cpp
math/Vector2.cpp
math/Vector3.cpp
math/Vector4.cpp
)