aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/CMakeLists.txt
blob: 6ec9162298022d08d79c64e99605ded7bad23043 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchsummary
    SOURCES
    $<TARGET_OBJECTS:searchsummary_config>
    $<TARGET_OBJECTS:searchsummary_docsummary>
    $<TARGET_OBJECTS:searchsummary_juniper>
    INSTALL lib64
    DEPENDS
    z
)