aboutsummaryrefslogtreecommitdiffstats
path: root/configd/CMakeLists.txt
blob: ec592d702a84f9320fe8069524981b183330d2d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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/configd
)