##// END OF EJS Templates
Do not add tests to subdirs if it doesn't exist....
Miikka Heikkinen -
r2622:f115d51b86d8
parent child
Show More
@@ -5,7 +5,7
5 5 TEMPLATE = subdirs
6 6 SUBDIRS = src plugins
7 7 !nomake_demos_examples: SUBDIRS += demos examples
8 SUBDIRS += tests
8 exists(tests): SUBDIRS += tests
9 9
10 10 development_build: message('Development build')
11 11
General Comments 0
You need to be logged in to leave comments. Login now