summaryrefslogtreecommitdiffstats
path: root/configd/CMakeLists.txt
blob: a83ecd3425eb5a7a2e69d32d183138ce6e264ee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2017 Yahoo Holdings. 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
)