aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/nn/nn.pro
blob: 0b7046dbb7afd96ab69dc18cc6a96c0bc749e63d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LIPILIBS = shaperecommon ltkcommon ltkutil featureextractorcommon
include(../../../lipiplugin.pri)

INCLUDEPATH += \
    ../../../util/lib \
    ../featureextractor/common \
    ../common \

HEADERS += \
    NN.h \
    NNAdapt.h \
    NNShapeRecognizer.h \

SOURCES += \
    NN.cpp \
    NNAdapt.cpp \
    NNShapeRecognizer.cpp \

win32 {
    DEFINES += NN_EXPORTS
    LIBS += Advapi32.lib
    #DEF_FILE = NN.def
}