summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2023-02-28 16:55:23 +0100
committerGitHub <noreply@github.com>2023-02-28 16:55:23 +0100
commit003f019d7579e49f4ec7609ef8eac26ada6ae753 (patch)
treea3b742820cc12e4124266bd9ef6bd2938fb62930 /fbench
parentf726cda8e4df7d76cece8640f931304bc3d87471 (diff)
Revert "remove fastos"
Diffstat (limited to 'fbench')
-rw-r--r--fbench/CMakeLists.txt1
-rw-r--r--fbench/src/httpclient/CMakeLists.txt1
-rw-r--r--fbench/src/test/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/fbench/CMakeLists.txt b/fbench/CMakeLists.txt
index 3f1d78a66a0..ff287d221ec 100644
--- a/fbench/CMakeLists.txt
+++ b/fbench/CMakeLists.txt
@@ -1,6 +1,7 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
DEPENDS
+ fastos
vespalib
APPS
diff --git a/fbench/src/httpclient/CMakeLists.txt b/fbench/src/httpclient/CMakeLists.txt
index 2d5e3b32437..163a68f9c98 100644
--- a/fbench/src/httpclient/CMakeLists.txt
+++ b/fbench/src/httpclient/CMakeLists.txt
@@ -4,4 +4,5 @@ vespa_add_library(fbench_httpclient STATIC
httpclient.cpp
DEPENDS
fbench_util
+ fastos
)
diff --git a/fbench/src/test/CMakeLists.txt b/fbench/src/test/CMakeLists.txt
index c81d818ed06..d13b6b82a81 100644
--- a/fbench/src/test/CMakeLists.txt
+++ b/fbench/src/test/CMakeLists.txt
@@ -26,5 +26,6 @@ vespa_add_executable(fbench_clientstatus_app TEST
clientstatus.cpp
DEPENDS
fbench_util
+ fastos
)
vespa_add_test(NAME fbench_clientstatus_app COMMAND fbench_clientstatus_app)