Not everything can go into core because that would result in circular dependencies between core and pgsql.
13 lines
163 B
Prolog
13 lines
163 B
Prolog
TEMPLATE = subdirs
|
|
|
|
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
|
|
|
|
|
|
SUBDIRS += core \
|
|
pgsql \
|
|
pglab \
|
|
pglablib
|
|
|
|
CONFIG(debug, debug|release) {
|
|
SUBDIRS += tests
|
|
}
|