aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchcommon/common/CMakeLists.txt
blob: f338b94c566a93bc945cdc27f9378ba232424c26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcommon_searchcommon_common OBJECT
    SOURCES
    datatype.cpp
    dictionary_config.cpp
    growstrategy.cpp
    schema.cpp
    schemaconfigurer.cpp
    DEPENDS
)

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