mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
FairMQ: Add uuid generator to tools & let tests use it for session names.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
85aab51bd4
commit
0dc4000187
@@ -110,6 +110,7 @@ set(FAIRMQ_HEADER_FILES
|
||||
tools/Network.h
|
||||
tools/Strings.h
|
||||
tools/Version.h
|
||||
tools/Unique.h
|
||||
zeromq/FairMQMessageZMQ.h
|
||||
zeromq/FairMQPollerZMQ.h
|
||||
zeromq/FairMQUnmanagedRegionZMQ.h
|
||||
@@ -269,6 +270,8 @@ target_link_libraries(runConfigExample FairMQ)
|
||||
add_executable(shmmonitor shmem/runMonitor.cxx)
|
||||
target_link_libraries(shmmonitor FairMQ)
|
||||
|
||||
add_executable(uuidGen run/runUuidGenerator.cxx)
|
||||
target_link_libraries(uuidGen FairMQ)
|
||||
|
||||
####################
|
||||
# aggregate target #
|
||||
|
Reference in New Issue
Block a user