monitor and threads

This commit is contained in:
AndreaRigoni
2026-03-25 11:04:37 +00:00
parent 0c8ef7337c
commit a467b7385b
10 changed files with 390 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ set( TESTS
HRPTest
MutexTest
ThreadsTest
OpenMPTest
TeamTest
AffinityTest
)
set(LIBRARIES
@@ -33,6 +36,7 @@ set(LIBRARIES
Boost::serialization
Boost::program_options
${ROOT_LIBRARIES}
OpenMP::OpenMP_CXX
)
uLib_add_tests(Core)