aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/bitcompression/CMakeLists.txt
blob: 1572fbced7d489ec6214d1126135a93090d1acbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_bitcompression OBJECT
    SOURCES
    compression.cpp
    countcompression.cpp
    pagedict4.cpp
    posocccompression.cpp
    posocc_fields_params.cpp
    posocc_field_params.cpp
    DEPENDS
)