From dc4576f349e3aa8f0775ebe23dd802c7f9f1a886 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 27 Aug 2018 14:36:42 +0200 Subject: Add the model evaluation module --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3