summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/CMakeLists.txt
blob: 88278bbc86aa2093a8d40197c9ab600f54b7fad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    fastos
    fastlib_fast
    vespalog
    storage
    storageapi
    config_cloudconfig
    document
    vespalib
    vdslib
    vsm

    TEST_EXTERNAL_DEPENDS
    cppunit

    LIBS
    src/vespa/searchvisitor

    TESTS
    src/tests/hitcollector
    src/tests/querywrapper
    src/tests/searchvisitor
)