aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/test/diskindex/CMakeLists.txt
blob: 9a89968cb5527df06e610b0defa6ae92e10734fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_searchlib_test_diskindex OBJECT
    SOURCES
    pagedict4_decoders.cpp
    pagedict4_encoders.cpp
    pagedict4_mem_seq_reader.cpp
    pagedict4_mem_rand_reader.cpp
    pagedict4_mem_writer.cpp
    threelevelcountbuffers.cpp
    testdiskindex.cpp
    DEPENDS
)