summaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 15:00:38 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 15:00:38 +0000
commit1262673ffcc013191dd7d9f08c9bc03f52b58ef6 (patch)
tree38249aa252abe01306ce86494579e59376331c8a /vespalib/src/apps
parentfe723e684f6bff17d698131806d3ae11688b9e17 (diff)
Split out tensor and llvm part of eval to avoid bringing in llvm everywhere where it is not needed.
Diffstat (limited to 'vespalib/src/apps')
-rw-r--r--vespalib/src/apps/eval_expr/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/apps/eval_expr/CMakeLists.txt b/vespalib/src/apps/eval_expr/CMakeLists.txt
index 41f6b34c9d6..f576295717a 100644
--- a/vespalib/src/apps/eval_expr/CMakeLists.txt
+++ b/vespalib/src/apps/eval_expr/CMakeLists.txt
@@ -5,4 +5,5 @@ vespa_add_executable(vespalib_eval_expr_app
INSTALL bin
DEPENDS
vespalib
+# vespalib_vespalib_eval
)