akashi-esquizolandia/akashi.pro
Salanto 598e24c7cd Change ordered config to depends
This should improve compile times on multi-core CPUs since tests and core can compile at the same time.
2023-05-16 15:58:59 +02:00

14 lines
201 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
core \
akashi \
tests
akashi.subdirs = akashi
core.subdirs = core
core.tests = tests
# How to make subdirs not suck. Simple, use depends.
akashi.depends = core