summaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/eval_expr/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/apps/eval_expr/CMakeLists.txt')
-rw-r--r--vespalib/src/apps/eval_expr/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/vespalib/src/apps/eval_expr/CMakeLists.txt b/vespalib/src/apps/eval_expr/CMakeLists.txt
deleted file mode 100644
index f576295717a..00000000000
--- a/vespalib/src/apps/eval_expr/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_eval_expr_app
- SOURCES
- eval_expr.cpp
- INSTALL bin
- DEPENDS
- vespalib
-# vespalib_vespalib_eval
-)