aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/uniform/CMakeLists.txt
blob: 6cdf565f821a92dfce965099d6a8ce08f524e34d (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_uniform_app
    SOURCES
    uniform.cpp
    DEPENDS
    searchlib
)