the-libs/the-libs.pro
2019-11-25 23:14:57 +11:00

12 lines
139 B
Prolog

TEMPLATE = subdirs
library.subdir = lib
unittest.subdir = test
unittest.depends = library
SUBDIRS += library
!android {
unittest
}