summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 21:10:37 +0200
committerGitHub <noreply@github.com>2016-09-11 21:10:37 +0200
commit0228ffd55f264315531ada146c113aed6efc2f22 (patch)
tree3b2bf981f3253ffde421b5ca960b10da5253d501
parenta6c68b85397234d68fa276ff25e8330428e075fd (diff)
parent698a5d3226d8d8d1516075041d0273c53d4b3bec (diff)
Merge pull request #616 from yahoo/balder/install-llvm-wrapper
Install it too
-rw-r--r--vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt b/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt
index 73f2ffecf0b..969f6d15e5e 100644
--- a/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt
@@ -7,6 +7,7 @@ vespa_add_library(vespalib_vespalib_eval_llvm
gbdt.cpp
llvm_wrapper.cpp
vm_forest.cpp
+ INSTALL lib64
DEPENDS
LLVM-3.4
)