Port the last example

This commit is contained in:
Martin Hořeňovský
2019-12-08 20:57:55 +01:00
parent 70ef2f7f12
commit 29b441949c
4 changed files with 28 additions and 5 deletions

View File

@@ -17,8 +17,11 @@ add_executable( 020-MultiFile
020-TestCase-2.cpp
)
# TODO: How to handle differently configured libraries?
# Needed in 231-Cfg-OutputStreams
add_executable(231-Cfg_OutputStreams
231-Cfg-OutputStreams.cpp
)
StampOutLibrary(231-Cfg_OutputStreams)
target_compile_definitions(Catch2_231-Cfg_OutputStreams PUBLIC CATCH_CONFIG_NOSTDOUT)
# These examples use the standard separate compilation
set( SOURCES_IDIOMATIC_EXAMPLES