mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
22 lines
914 B
CMake
22 lines
914 B
CMake
################################################################################
|
|
# Copyright (C) 2018 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
|
|
# #
|
|
# This software is distributed under the terms of the #
|
|
# GNU Lesser General Public Licence (LGPL) version 3, #
|
|
# copied verbatim in the file "LICENSE" #
|
|
################################################################################
|
|
|
|
add_subdirectory(1-1)
|
|
add_subdirectory(1-n-1)
|
|
add_subdirectory(builtin-devices)
|
|
add_subdirectory(copypush)
|
|
add_subdirectory(dds)
|
|
add_subdirectory(multipart)
|
|
add_subdirectory(multiple-channels)
|
|
if(BUILD_NANOMSG_TRANSPORT)
|
|
add_subdirectory(multiple-transports)
|
|
endif()
|
|
add_subdirectory(readout)
|
|
add_subdirectory(region)
|
|
add_subdirectory(req-rep)
|