aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/config/CMakeLists.txt
blob: b23769fb4e72ade86d744e292a1c638b11a8a5d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vsm_vconfig OBJECT
    SOURCES
    DEPENDS
)
vespa_generate_config(vsm_vconfig vsmfields.def) 
install_config_definition(vsmfields.def vespa.config.search.vsm.vsmfields.def) 
vespa_generate_config(vsm_vconfig vsm.def) 
install_config_definition(vsm.def vespa.config.search.vsm.vsm.def) 
vespa_generate_config(vsm_vconfig vsmsummary.def) 
install_config_definition(vsmsummary.def vespa.config.search.vsm.vsmsummary.def)