forked from Artelnics/opennn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opennn.pro
28 lines (23 loc) · 1.37 KB
/
opennn.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###################################################################################################
# #
# OpenNN: Open Neural Networks Library #
# www.opennn.net #
# #
# O P E N N N P R O J E C T #
# #
# Roberto Lopez #
# Artelnics - Making intelligent use of data #
# #
###################################################################################################
# CONFIGURATION
TEMPLATE = subdirs
CONFIG += ordered
CONFIG(release, debug|release) {
DEFINES += NDEBUG
}
SUBDIRS += tinyxml2
SUBDIRS += opennn
SUBDIRS += examples
SUBDIRS += blank
SUBDIRS += tests