aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt
blob: f2161196c329cbd20e55e7a89beedc6979f166d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcommon_searchcommon_attribute OBJECT
    SOURCES
    attribute_utils.cpp
    basictype.cpp
    collectiontype.cpp
    config.cpp
    search_context_params.cpp
    status.cpp
    DEPENDS
)

file(GLOB HEADERS *.h)
install(FILES ${HEADERS} DESTINATION include/vespa/searchcommon/attribute)