summaryrefslogtreecommitdiffstats
path: root/fbench/src/fbench/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/fbench/CMakeLists.txt')
-rw-r--r--fbench/src/fbench/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/fbench/src/fbench/CMakeLists.txt b/fbench/src/fbench/CMakeLists.txt
new file mode 100644
index 00000000000..f9f2ad7e1d9
--- /dev/null
+++ b/fbench/src/fbench/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_add_executable(fbench_app
+ SOURCES
+ client.cpp
+ fbench.cpp
+ OUTPUT_NAME fbench
+ INSTALL bin
+ DEPENDS
+ fbench_util
+ fastos
+)