XPlor/XPlor.pro
= 87cbdeeefc feat(XPlor): Add dependencies for libs in app, tests and tools projects
Added dependencies for the libs in the app, tests and tools projects. This change ensures that these components depend on the correct libraries.
2025-05-17 23:42:30 -04:00

11 lines
153 B
Prolog

TEMPLATE = subdirs
SUBDIRS += libs \
app \
tools \
tests
tests.depends = libs
app.depends = libs
tools.depends = libs