summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
blob: bb9391331fcd334a3d43225405b235fadd1c76e9 (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_executable(vespaclient_vesparoute_app
    SOURCES
    application.cpp
    main.cpp
    mynetwork.cpp
    params.cpp
    OUTPUT_NAME vesparoute-bin
    INSTALL bin
    DEPENDS
)