paysages3d/src/paysages.pro

19 lines
321 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
2013-10-20 12:34:55 +00:00
CONFIG += ordered
2013-10-20 12:34:55 +00:00
SUBDIRS = \
system \
basics \
definition \
2013-11-09 17:46:34 +00:00
render/software \
render/preview \
render/opengl \
interface/commandline \
interface/desktop
exists( tests/googletest/sources/src/gtest-all.cc ) {
SUBDIRS += \
tests/googletest \
tests
}