pgLab/pglabAll.pro
eelke ad9ed1b698 Introduced new library for pglab code which I want to unit test.
Not everything can go into core because that would result in circular dependencies between core and pgsql.
2017-12-13 18:04:10 +01:00

13 lines
163 B
Prolog

TEMPLATE = subdirs
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
SUBDIRS += core \
pgsql \
pglab \
pglablib
CONFIG(debug, debug|release) {
SUBDIRS += tests
}