mirror of https://github.com/AxioDL/metaforce.git
28 lines
526 B
Prolog
28 lines
526 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(../PakLib/PakLib.pri)
|
|
|
|
include(DNACommon/DNACommon.pri)
|
|
include(DNAMP1/DNAMP1.pri)
|
|
include(DNAMP2/DNAMP2.pri)
|
|
include(DNAMP3/DNAMP3.pri)
|
|
|
|
HEADERS += \
|
|
SpecBase.hpp
|
|
|
|
SOURCES += \
|
|
SpecMP1.cpp \
|
|
SpecMP2.cpp \
|
|
SpecMP3.cpp \
|
|
SpecBase.cpp
|