summaryrefslogtreecommitdiffstats
path: root/fastlib/CMakeLists.txt
blob: 1d1ff42106b7660353f7976f337f8ea1857e7054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
    vespalib

    LIBS
    src/vespa/fastlib/io
    src/vespa/fastlib/io/tests
    src/vespa/fastlib/net
    src/vespa/fastlib/net/tests
    src/vespa/fastlib/testsuite
    src/vespa/fastlib/text
    src/vespa/fastlib/text/apps
    src/vespa/fastlib/text/tests
    src/vespa/fastlib/util
    src/vespa/fastlib/util/tests
    src/vespa/packages
)