summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-27 15:07:40 +0200
committerGitHub <noreply@github.com>2018-08-27 15:07:40 +0200
commit64128383875b1b3a4e0bbf44a90a29fe2ea33cff (patch)
tree79fb03872ad822853b284c68259bfca51e108a36
parent4bcc7ff5e3a4786e50a1cfe5991465d65ad6fb65 (diff)
parenta96c3bb2f16a5c99534791b218f6d98b55bf7368 (diff)
Merge pull request #6684 from vespa-engine/bratseth/add-cmakelists
Add
-rw-r--r--model-evaluation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/model-evaluation/CMakeLists.txt b/model-evaluation/CMakeLists.txt
new file mode 100644
index 00000000000..15480198978
--- /dev/null
+++ b/model-evaluation/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(model-evaluation)