aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-02-17 16:57:43 +0100
committergjoranv <gv@verizonmedia.com>2021-02-17 16:57:43 +0100
commit0bf3da9ee0e2d81836595d900bdee60a0b958c84 (patch)
tree495a0684de974ca2aa8b8539d27817725a807dde /CMakeLists.txt
parent30824a6025631ecac9ac1a15466c42d6716c42cd (diff)
Add 'processing' to top level CMakeLists (to install config def).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eae4cb338eb..db673c9184c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -113,6 +113,7 @@ add_subdirectory(orchestrator)
add_subdirectory(persistence)
add_subdirectory(persistencetypes)
add_subdirectory(predicate-search)
+add_subdirectory(processing)
add_subdirectory(searchcommon)
add_subdirectory(searchcore)
add_subdirectory(searchcorespi)