aboutsummaryrefslogtreecommitdiffstats
path: root/fileacquirer/CMakeLists.txt
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2016-08-26 15:18:27 +0200
committerArne H Juul <arnej@yahoo-inc.com>2016-08-31 10:37:15 +0200
commita20eb6eab5fe27128055f0f88166eec05e0413ac (patch)
treec958c9e3df840b07480ddfad7bf5138f68eb1035 /fileacquirer/CMakeLists.txt
parentbca73f4f4e56d0a016b99b3917a075823c193c57 (diff)
subscribe to ranking constants config
* move the .def file for filedistributorrpc to fileacquirerer, and compile a minimal C++ library from it that can be used by both searchcore and file distribution * proton now subscribes to filedistributorrpc as a bootstrap config * and subscribes to ranking-constants as part of the documentdb config * when loading a config snapshot, make an empty ranking-constants.cfg if it did not already exist
Diffstat (limited to 'fileacquirer/CMakeLists.txt')
-rw-r--r--fileacquirer/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/fileacquirer/CMakeLists.txt b/fileacquirer/CMakeLists.txt
new file mode 100644
index 00000000000..54fa8036c66
--- /dev/null
+++ b/fileacquirer/CMakeLists.txt
@@ -0,0 +1,11 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_define_module(
+ DEPENDS
+ fastos
+ vespalog
+ vespalib
+ config_cloudconfig
+
+ LIBS
+ src/vespa/fileacquirer
+)