2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-24 15:25:53 +00:00
metaforce/DataSpec/DataSpec.pro
2015-07-05 15:33:06 -10:00

27 lines
513 B
Prolog

TEMPLATE = lib
CONFIG += staticlib c++11
TARGET = RetroDataSpec
CONFIG -= Qt
QT =
# Get hecl's headers (when built as submodule in hecl's extern)
INCLUDEPATH += ../../../include \
../../Athena/include \
../../LogVisor/include \
../NODLib/include
include(DNACommon/DNACommon.pri)
include(DNAMP1/DNAMP1.pri)
include(DNAMP2/DNAMP2.pri)
include(DNAMP3/DNAMP3.pri)
HEADERS += \
Logging.hpp \
SpecBase.hpp
SOURCES += \
SpecMP1.cpp \
SpecMP2.cpp \
SpecMP3.cpp \
SpecBase.cpp