2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-12 05:39:06 +00:00
metaforce/hecl/lib/frontend/frontend.pri
2015-05-15 12:39:43 -10:00

17 lines
424 B
Plaintext

HEADERS += \
$$PWD/expr/CExprAdd.hpp \
$$PWD/expr/CExprBase.hpp \
$$PWD/expr/CExprCall.hpp \
$$PWD/expr/CExprGroup.hpp \
$$PWD/expr/CExprLighting.hpp \
$$PWD/expr/CExprMul.hpp \
$$PWD/expr/CExprRoot.hpp \
$$PWD/expr/CExprSub.hpp \
$$PWD/expr/CExprTexture.hpp \
$$PWD/expr/CExprTextureGather.hpp \
$$PWD/expr/expr.hpp
SOURCES += \
$$PWD/CHECLIR.cpp \
$$PWD/CHECLLexer.cpp