axmol/cocos/math/CMakeLists.txt

13 lines
216 B
CMake
Raw Normal View History

2014-04-25 15:10:37 +08:00
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
2014-04-25 15:10:37 +08:00
)