summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
blob: 05794018c5c4b81c5d8296b4689543199e6573ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespaclient_vespadoclocator_app
    SOURCES
    application.cpp
    locator.cpp
    main.cpp
    OUTPUT_NAME vespa-doclocator-bin
    INSTALL bin
    DEPENDS
)
vespa_add_target_system_dependency(vespaclient_vespadoclocator_app boost boost_program_options-mt-d)