mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 07:19:34 -06: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
|
|
}
|