summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-27 14:36:42 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-27 14:36:42 +0200
commitdc4576f349e3aa8f0775ebe23dd802c7f9f1a886 (patch)
treeb8c9bc07f78e126c3a670564622cf47c57d591d8 /CMakeLists.txt
parent627e9f07b4ddbf25eb69946fed3131af15cc3996 (diff)
Add the model evaluation module
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 3961fd2a4ef..f731a4beec5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -80,6 +80,7 @@ add_subdirectory(lowercasing_test)
add_subdirectory(messagebus)
add_subdirectory(messagebus_test)
add_subdirectory(metrics)
+add_subdirectory(model-evaluation)
add_subdirectory(node-repository)
add_subdirectory(orchestrator)
add_subdirectory(persistence)