Files
cdba/meson_options.txt
Dmitry Baryshkov 7b73465375 meson: support client-only builds
It is expected that the majority of CDBA users do not need the server
binary. Allow users to disable the cdba-server binary and build just the
client.

Fixes: #48
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-02 11:32:38 +02:00

2 lines
154 B
Meson

option('server', type: 'feature', description: 'Controls whether the CDBA server is built. By default it will be built of all dependencies are present.')