-
Notifications
You must be signed in to change notification settings - Fork 10
/
opennn.pro
29 lines (23 loc) · 1.36 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
29
###################################################################################################
# #
# OpenNN: Open Neural Networks Library #
# www.intelnics.com/opennn #
# #
# O P E N N N P R O J E C T #
# #
# Roberto Lopez #
# Intelnics - The artificial intelligence company #
# #
###################################################################################################
# CONFIGURATION
TEMPLATE = subdirs
CONFIG += ordered
CONFIG(release, debug|release) {
DEFINES += NDEBUG
}
SUBDIRS += \
tinyxml2 \
source
SUBDIRS += tests
SUBDIRS += examples