aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchcommon/common/CMakeLists.txt
blob: 67adea7ea96f9366a40e83600e3b5f2356dcef0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. 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)