aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
blob: 3b342387d01fa72be005b0ea8de9693653b7a7cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespaclient_vesparoute_app
    SOURCES
    application.cpp
    main.cpp
    mynetwork.cpp
    params.cpp
    OUTPUT_NAME vespa-route-bin
    INSTALL bin
    DEPENDS
)