aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/test/fakedata/CMakeLists.txt
blob: f569eb2ed09441a8dc51295738ca4a490d75afa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_test_fakedata OBJECT
    SOURCES
    fake_match_loop.cpp
    fakeword.cpp
    fakewordset.cpp
    fakeposting.cpp
    fakefilterocc.cpp
    fakeegcompr64filterocc.cpp
    fakememtreeocc.cpp
    fakezcfilterocc.cpp
    fakezcbfilterocc.cpp
    fpfactory.cpp
    bitencode64.cpp
    bitdecode64.cpp
    DEPENDS
)