summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
blob: 6f0773a9927d4ffdc2a9cbb82e90beb56d404c5a (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_vespa-dump-feed_app
    SOURCES
    vespa-dump-feed.cpp
    DEPENDS
)
vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_system-mt-d)
vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_filesystem-mt-d)