forked from davisking/dlib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dlib.pro
35 lines (23 loc) · 775 Bytes
/
dlib.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
31
32
33
34
# -----------------------------------------------------------------------------
# dlib project profile
#
# \file dlib.pro
# \author Hugo
# \date 2010-03-10
# -----------------------------------------------------------------------------
TEMPLATE = lib
TARGET = dlib
DESTDIR = ../../lib
DLLDESTDIR = ../../lib
# set high warn level (warn 4 on MSCV)
WARN = HIGH
# add used projects here (see included pri files below for available projects)
CONFIG += staticlib
# -- System -------------------------------------------------------------
include ($(MLAB_MeVis_Foundation)/Configuration/IncludePackages.pri)
DEFINES += DLIB_ISO_CPP_ONLY
INCLUDEPATH +=
HEADERS +=
SOURCES += dlib/all/source.cpp
# additional files that are NOT compiled
RELATEDFILES +=