summaryrefslogtreecommitdiffstats
path: root/vdslib/CMakeLists.txt
blob: 305854608f54baa19d4248a06e0d5dfbf44919b1 (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
    vespalog
    vespalib
    vespa_config
    vespa_configdefinitions
    vespa_document

    LIBS
    src/vespa/vdslib
    src/vespa/vdslib/container
    src/vespa/vdslib/distribution
    src/vespa/vdslib/state

    TESTS
    src/tests
    src/tests/container
    src/tests/distribution
    src/tests/state
)