-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrain.pro
30 lines (28 loc) · 1.15 KB
/
brain.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
30
#+++HDR+++
#======================================================================
# This file is part of the BRAIN software framework.
# Copyright (C) 2009-2022 by CRS4, Pula, Italy.
#
# For more information, visit the CRS4 Visual Computing Group
# web pages at http://www.crs4.it/vic/
#
# This file may be used under the terms of the GNU General Public
# License as published by the Free Software Foundation and appearing
# in the file LICENSE included in the packaging of this file.
#
# CRS4 reserves all rights not expressly granted herein.
#
# This file is provided AS IS with NO WARRANTY OF ANY KIND,
# INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
#======================================================================
#---HDR---#
#--------------------------------------------------------------------
include (brain_pre.pri)
#--------------------------------------------------------------------
TEMPLATE = subdirs
SUBDIRS = src apps
#--------------------------------------------------------------------
include (brain_post.pri)
#--------------------------------------------------------------------