summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/vespa-query-analyzer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/apps/vespa-query-analyzer/CMakeLists.txt')
-rw-r--r--searchlib/src/apps/vespa-query-analyzer/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchlib/src/apps/vespa-query-analyzer/CMakeLists.txt b/searchlib/src/apps/vespa-query-analyzer/CMakeLists.txt
new file mode 100644
index 00000000000..f84a413ee70
--- /dev/null
+++ b/searchlib/src/apps/vespa-query-analyzer/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchlib_vespa-query-analyzer_app
+ SOURCES
+ vespa-query-analyzer.cpp
+ OUTPUT_NAME vespa-query-analyzer
+ INSTALL bin
+ DEPENDS
+ searchlib
+)