mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Tools: Introduce semaphore
This commit is contained in:
committed by
Dennis Klein
parent
a98965031f
commit
99ed61a58b
@@ -38,6 +38,7 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
|
||||
tools/Network.h
|
||||
tools/Process.h
|
||||
tools/RateLimit.h
|
||||
tools/Semaphore.h
|
||||
tools/Strings.h
|
||||
tools/Unique.h
|
||||
tools/Version.h
|
||||
@@ -47,6 +48,7 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
|
||||
set(TOOLS_SOURCE_FILES
|
||||
tools/Network.cxx
|
||||
tools/Process.cxx
|
||||
tools/Semaphore.cxx
|
||||
tools/Unique.cxx
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user