From b3c029241a7d0d36dc3fec38e047523fc2f44f3e Mon Sep 17 00:00:00 2001 From: poirier <poirier@dev-el6-1.ica.synchrotron-soleil.fr> Date: Thu, 20 Jul 2023 14:33:26 +0200 Subject: [PATCH] [CMakeLists.txt] Added missing file declaration --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4654c79..23f309f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,6 +23,7 @@ set (source_files threading/SharedObject.cpp threading/SyncAccess.cpp threading/Task.cpp + threading/Utilities.cpp time/Time.cpp utils/CommandLine.cpp utils/Logging.cpp -- GitLab