summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/vespa-dump-feed/CMakeLists.txt')
-rw-r--r--searchcore/src/apps/vespa-dump-feed/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
new file mode 100644
index 00000000000..85a704a7318
--- /dev/null
+++ b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
@@ -0,0 +1,9 @@
+# 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
+ INSTALL bin
+ 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)