Merge PR #13: Add option to disable tests during builds
commit
282c9b3186
|
|
@ -1,7 +1,11 @@
|
|||
include(nymea-remoteproxy.pri)
|
||||
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient tests
|
||||
SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient
|
||||
|
||||
!disabletests {
|
||||
SUBDIRS+=tests
|
||||
}
|
||||
|
||||
!disablemonitor {
|
||||
SUBDIRS+=monitor
|
||||
|
|
|
|||
Loading…
Reference in New Issue