mirror of https://github.com/AxioDL/zeus.git
33 lines
739 B
Plaintext
33 lines
739 B
Plaintext
SOURCES += \
|
|
$$PWD/CVector3f.cpp \
|
|
$$PWD/Math.cpp \
|
|
$$PWD/CQuaternion.cpp \
|
|
$$PWD/CMatrix3f.cpp \
|
|
$$PWD/CProjection.cpp \
|
|
$$PWD/CPlane.cpp \
|
|
$$PWD/CTransform.cpp \
|
|
$$PWD/CVector2f.cpp \
|
|
$$PWD/CRectangle.cpp \
|
|
$$PWD/CVector4f.cpp \
|
|
$$PWD/CMatrix4f.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/CVector3f.hpp \
|
|
$$PWD/Math.hpp \
|
|
$$PWD/CQuaternion.hpp \
|
|
$$PWD/CMatrix3f.hpp \
|
|
$$PWD/CProjection.hpp \
|
|
$$PWD/CAxisAngle.hpp \
|
|
$$PWD/CPlane.hpp \
|
|
$$PWD/CTransform.hpp \
|
|
$$PWD/CColor.hpp \
|
|
$$PWD/Global.hpp \
|
|
$$PWD/MathLib.hpp \
|
|
$$PWD/CVector2f.hpp \
|
|
$$PWD/CRectangle.hpp \
|
|
$$PWD/CMatrix4f.hpp \
|
|
$$PWD/TVectorUnion.hpp \
|
|
$$PWD/CVector4f.hpp
|
|
|
|
INCLUDEPATH += $$PWD
|