aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/geturl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/geturl/CMakeLists.txt')
-rw-r--r--fbench/src/geturl/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/fbench/src/geturl/CMakeLists.txt b/fbench/src/geturl/CMakeLists.txt
new file mode 100644
index 00000000000..c5e69018e5d
--- /dev/null
+++ b/fbench/src/geturl/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(fbench_geturl_app
+ SOURCES
+ geturl.cpp
+ OUTPUT_NAME geturl
+ INSTALL bin
+ DEPENDS
+ fbench_util
+ fastos
+)