aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/stllike/CMakeLists.txt
blob: dfa6fea0d1b62e0126b7a157ccacb6e757709cb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_stllike OBJECT
    SOURCES
    asciistream.cpp
    hashtable.cpp
    hashtable.cpp
    hash_fun.cpp
    hash_set.cpp
    hash_map.cpp
    replace_variable.cpp
    string.cpp
    DEPENDS
)