You've already forked ScriptPreprocessor
mirror of
https://github.com/AxioDL/ScriptPreprocessor.git
synced 2026-07-10 21:18:40 -07:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user