summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/uca/CMakeLists.txt
blob: f8955bef1e0434fbcbefe599256481ce4931379b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_searchlib_uca
    SOURCES
    ucaconverter.cpp
    ucafunctionnode.cpp
    INSTALL lib64
    DEPENDS
    searchlib
    icui18n
    icuuc
)