aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/apps/analyze_onnx_model/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/apps/analyze_onnx_model/CMakeLists.txt')
-rw-r--r--eval/src/apps/analyze_onnx_model/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/eval/src/apps/analyze_onnx_model/CMakeLists.txt b/eval/src/apps/analyze_onnx_model/CMakeLists.txt
index dc89213f9eb..6ab7a17e109 100644
--- a/eval/src/apps/analyze_onnx_model/CMakeLists.txt
+++ b/eval/src/apps/analyze_onnx_model/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(eval_analyze_onnx_model_app
SOURCES
analyze_onnx_model.cpp
@@ -6,4 +6,6 @@ vespa_add_executable(eval_analyze_onnx_model_app
INSTALL bin
DEPENDS
vespaeval
+ EXTERNAL_DEPENDS
+ dl
)