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