# Part of the MUST Project, under BSD-3-Clause License
# See https://hpc.rwth-aachen.de/must/LICENSE for license information.
# SPDX-License-Identifier: BSD-3-Clause

add_library(PrefixedOstreamTest PrefixedOstreamTest.cpp)
target_link_libraries(PrefixedOstreamTest PRIVATE ${gtest} MustCommon)
