summaryrefslogtreecommitdiffstats
path: root/configutil/CMakeLists.txt
blob: 081e74ac46f57dca35af3cbd3f8df02dd4226178 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    vespadefaults
    fastos
    config_cloudconfig
    vbench
    vespalib
    fastlib_fast

    LIBS
    src/lib

    APPS
    src/apps/configstatus
    src/apps/modelinspect

    TESTS
    src/tests/config_status
    src/tests/model_inspect
    src/tests/tags
    )