summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-05-14 15:49:59 +0200
committergjoranv <gv@verizonmedia.com>2019-05-14 15:51:35 +0200
commitb7e893f410d4a76d677ed86675c0825a3b2908e8 (patch)
tree59c22a8e0ae729f97d132cb4abc17665037885ec /CMakeLists.txt
parentfaedb659d7661ffbb302993f9d80b954ed673c97 (diff)
Add module to CMakeLists
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 379b6c5830f..b3501d2d9d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,6 +82,7 @@ add_subdirectory(lowercasing_test)
add_subdirectory(messagebus)
add_subdirectory(messagebus_test)
add_subdirectory(metrics)
+add_subdirectory(metrics-proxy)
add_subdirectory(model-evaluation)
add_subdirectory(model-integration)
add_subdirectory(node-repository)