aboutsummaryrefslogtreecommitdiffstats
path: root/configutil/CMakeLists.txt
blob: 5684e2275d46d41df73a013380c945cf7daaa3b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    vespadefaults
    config_cloudconfig
    vbench
    vespalib

    LIBS
    src/lib

    APPS
    src/apps/configstatus
    src/apps/modelinspect

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