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

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

HEADERS += \
    NeuralNet.h \
    NeuralNetShapeRecognizer.h \

SOURCES += \
    NeuralNet.cpp \
    NeuralNetShapeRecognizer.cpp \

win32 {
    DEFINES += NEURALNET_EXPORTS
    LIBS += Advapi32.lib
    #DEF_FILE = NeuralNet.def
}