summaryrefslogtreecommitdiffstats
path: root/configd/CMakeLists.txt
blob: d5c8d545174ad202655eeb57209ba84d0a7c37b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    APPS
    src/apps/sentinel
    src/apps/cmd
    src/apps/su

    TESTS
    src/tests/messages
    src/tests/configd
)