mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-20 09:50:06 -06:00
14 lines
164 B
Prolog
14 lines
164 B
Prolog
TEMPLATE = subdirs
|
|
|
|
subdirsList = \
|
|
orm \
|
|
others \
|
|
|
|
!disable_tom: \
|
|
subdirsList += \
|
|
tom \
|
|
|
|
SUBDIRS = $$sorted(subdirsList)
|
|
|
|
unset(subdirsList)
|