summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-02-25 14:50:57 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-02-25 14:50:57 +0100
commit2cfcae1a60be54529d3a1f8e017e4a096a4a9604 (patch)
tree093495efdf06341c8d0e097f4aaafc4c97bb2b97
parent60332d8b1735be4791197f357a735acc70442bf0 (diff)
Install predicate-search fat jar
-rw-r--r--CMakeLists.txt1
-rw-r--r--predicate-search/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32129a464c7..61fadc92b4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,6 +87,7 @@ add_subdirectory(node-repository)
add_subdirectory(orchestrator)
add_subdirectory(persistence)
add_subdirectory(persistencetypes)
+add_subdirectory(predicate-search)
add_subdirectory(searchcommon)
add_subdirectory(searchcore)
add_subdirectory(searchcorespi)
diff --git a/predicate-search/CMakeLists.txt b/predicate-search/CMakeLists.txt
new file mode 100644
index 00000000000..19d37c829d5
--- /dev/null
+++ b/predicate-search/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(predicate-search)