From 951541e3d9f22538dd70a5bcb04640dc39b1834a Mon Sep 17 00:00:00 2001
From: Theodoros Katzalis <thodkatz@gmail.com>
Date: Sun, 17 Mar 2019 17:13:11 +0200
Subject: [PATCH] Added a line

---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5912262a..8df8a617 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,8 @@ add_library(common OBJECT
         src/Services/RequestVerificationService.cpp
         src/Services/TestService.cpp
         src/Services/TimeManagementService.cpp
-        src/Helpers/TimeAndDate.cpp)
+        src/Helpers/TimeAndDate.cpp
+        )
 
 # Specify the .cpp files for the executables
 add_executable(ecss_services
-- 
GitLab