This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-mqtt/nymea-mqtt.pro

14 lines
240 B
Prolog

TEMPLATE = subdirs
SUBDIRS += libnymea-mqtt server client
server.depends = libnymea-mqtt
client.depends = libnymea-mqtt
!disabletests {
SUBDIRS += tests
tests.depends = libnymea-mqtt
} else {
message("Build without tests")
}