aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/uniform/CMakeLists.txt
blob: 7fbf636f7b4c251b4e7c21e32acb30b31e95b406 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. 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
)