mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-05 01:39:39 -06:00
18 lines
230 B
Prolog
18 lines
230 B
Prolog
TEMPLATE = subdirs
|
|
|
|
load(tiny_drivers)
|
|
|
|
subdirsList = \
|
|
orm \
|
|
others \
|
|
|
|
tiny_is_building_drivers(): \
|
|
subdirsList += drivers
|
|
|
|
!disable_tom: \
|
|
subdirsList += tom
|
|
|
|
SUBDIRS = $$sorted(subdirsList)
|
|
|
|
unset(subdirsList)
|