threads and monitor

This commit is contained in:
AndreaRigoni
2026-03-25 10:40:13 +00:00
parent 913a1f7b3a
commit 0c8ef7337c
11 changed files with 579 additions and 31 deletions

View File

@@ -19,6 +19,8 @@ set(HEADERS
SmartPointer.h
StaticInterface.h
StringReader.h
Threads.h
Monitor.h
Types.h
Uuid.h
Vector.h
@@ -34,6 +36,7 @@ set(SOURCES
Serializable.cpp
Signal.cpp
Uuid.cpp
Threads.cpp
)
set(LIBRARIES Boost::program_options Boost::serialization)