summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
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)