From a2bc3640d16e342f569ca81c2aba5fbaf4eeaf22 Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <grigpavl@ece.auth.gr> Date: Mon, 12 Aug 2019 00:47:49 +0300 Subject: [PATCH] Add Parameter implementation to CMakeLists.txt Fixes linker errors. Credits to @kongr45gpen for the catch. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 044b9c0d..59845186 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ add_library(common OBJECT src/Helpers/TimeHelper.cpp src/Services/EventReportService.cpp src/Services/MemoryManagementService.cpp + src/Services/Parameter.cpp src/Services/ParameterService.cpp src/Services/RequestVerificationService.cpp src/Services/TestService.cpp -- GitLab