mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 09:09:33 -05:00
12 lines
167 B
Prolog
12 lines
167 B
Prolog
TEMPLATE = subdirs
|
|
|
|
load(tiny_drivers)
|
|
|
|
SUBDIRS = common
|
|
|
|
build_loadable_drivers: \
|
|
tiny_is_building_driver(mysql) {
|
|
SUBDIRS += mysql
|
|
mysql.depends = common
|
|
}
|