As it looks now that lib contains way more then I want to pull in so i'm just copying the files i'm interested in.
15 lines
177 B
Prolog
15 lines
177 B
Prolog
TEMPLATE = subdirs
|
|
|
|
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
|
|
|
|
|
|
SUBDIRS += core \
|
|
ctk \
|
|
pgsql \
|
|
pglablib \
|
|
pglab
|
|
|
|
|
|
CONFIG(debug, debug|release) {
|
|
SUBDIRS += tests
|
|
}
|