mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 02:27:42 +00:00
initial project stubs
This commit is contained in:
16
hecl/lib/frontend/frontend.pri
Normal file
16
hecl/lib/frontend/frontend.pri
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user