You've already forked ScriptPreprocessor
mirror of
https://github.com/AxioDL/ScriptPreprocessor.git
synced 2026-07-10 21:18:40 -07:00
16 lines
241 B
Prolog
16 lines
241 B
Prolog
TEMPLATE = app
|
|
CONFIG += console c++11
|
|
CONFIG -= app_bundle
|
|
CONFIG -= qt
|
|
|
|
SOURCES += main.cpp \
|
|
CLexer.cpp \
|
|
CPreprocessor.cpp \
|
|
CLineTranslator.cpp
|
|
|
|
HEADERS += \
|
|
CLexer.hpp \
|
|
CPreprocessor.hpp \
|
|
CLineTranslator.hpp
|
|
|