aboutsummaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2018-10-10 13:52:00 +0000
committerHåvard Pettersen <havardpe@oath.com>2018-10-10 13:52:00 +0000
commit89ac7b5a26370a96ca922e0e2240daa95acc7d46 (patch)
tree6c6394882236395f04b07b5041a52b05742021b6 /fbench
parent449fa0f0bc598be09a6ce3542428cca650cc52d4 (diff)
depend on dynamic fastos and vespalib
Diffstat (limited to 'fbench')
-rw-r--r--fbench/CMakeLists.txt4
-rw-r--r--fbench/src/httpclient/CMakeLists.txt2
-rw-r--r--fbench/src/test/CMakeLists.txt2
3 files changed, 6 insertions, 2 deletions
diff --git a/fbench/CMakeLists.txt b/fbench/CMakeLists.txt
index bbc8af6b764..bc40e659b99 100644
--- a/fbench/CMakeLists.txt
+++ b/fbench/CMakeLists.txt
@@ -1,5 +1,9 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
+ DEPENDS
+ fastos
+ vespalib
+
APPS
src/fbench
src/filterfile
diff --git a/fbench/src/httpclient/CMakeLists.txt b/fbench/src/httpclient/CMakeLists.txt
index 2260ae47cfd..5f3333128b3 100644
--- a/fbench/src/httpclient/CMakeLists.txt
+++ b/fbench/src/httpclient/CMakeLists.txt
@@ -3,5 +3,5 @@ vespa_add_library(fbench_httpclient STATIC
SOURCES
httpclient.cpp
DEPENDS
- fastos_static
+ fastos
)
diff --git a/fbench/src/test/CMakeLists.txt b/fbench/src/test/CMakeLists.txt
index 0bc8e22e276..63d2aa617cf 100644
--- a/fbench/src/test/CMakeLists.txt
+++ b/fbench/src/test/CMakeLists.txt
@@ -26,6 +26,6 @@ vespa_add_executable(fbench_clientstatus_app TEST
clientstatus.cpp
DEPENDS
fbench_util
- fastos_static
+ fastos
)
vespa_add_test(NAME fbench_clientstatus_app COMMAND fbench_clientstatus_app)