changes in task handling

This commit is contained in:
tdv
2025-10-15 12:10:23 +03:00
parent 57c4769eeb
commit 2385252fcc
5 changed files with 345 additions and 260 deletions

View File

@@ -36,6 +36,7 @@ set( HEADERS
src/Services/ConfigService.h
src/Services/DeviceControlService.h
src/Services/EnrollmentService.h
src/Security/TlsKeyUtil.h
)
add_executable( ${PROJECT_NAME} ${SOURCES} ${HEADERS} )