aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/proton/CMakeLists.txt')
-rw-r--r--searchcore/src/apps/proton/CMakeLists.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/searchcore/src/apps/proton/CMakeLists.txt b/searchcore/src/apps/proton/CMakeLists.txt
new file mode 100644
index 00000000000..bcdc4fb95fb
--- /dev/null
+++ b/searchcore/src/apps/proton/CMakeLists.txt
@@ -0,0 +1,28 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchcore_proton_app
+ SOURCES
+ downpersistence.cpp
+ proton.cpp
+ OUTPUT_NAME proton-bin
+ INSTALL sbin
+ DEPENDS
+ searchcore_server
+ searchcore_initializer
+ searchcore_reprocessing
+ searchcore_index
+ searchcore_persistenceengine
+ searchcore_feedoperation
+ searchcore_matchengine
+ searchcore_summaryengine
+ searchcore_matching
+ searchcore_docsummary
+ searchcore_attribute
+ searchcore_documentmetastore
+ searchcore_bucketdb
+ searchcore_flushengine
+ searchcore_pcommon
+ searchcore_grouping
+ searchcore_proton_metrics
+ searchcore_fconfig
+ searchcore_util
+)