Files
Phillip Stephens fcc469b25e * Fix building against Zeus
* Fix component access
2015-05-12 05:03:48 -07:00

11 lines
198 B
Plaintext
Executable File

INCLUDEPATH += $$PWD
!contains(DEFINS, ZE_MATH_BINDING):DEFINES += ZE_MATH_BINDING
HEADERS += \
$$PWD/GenericVectorOperations.hpp \
$$PWD/ASVector.hpp
SOURCES += \
$$PWD/ASVector.cpp