aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/config/CMakeLists.txt
blob: 2448bc8896a061c67b517bf7a827d3f9556757f2 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_sconfig OBJECT
    SOURCES
    DEPENDS
)
vespa_generate_config(searchlib_sconfig translogserver.def)
install_config_definition(translogserver.def searchlib.translogserver.def)