summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
blob: 0d837bf05e264b1d94370867ed2e4da2fde64d16 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. 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)