Make catch_stream.hpp a standard .cpp file

This commit is contained in:
Martin Hořeňovský
2017-08-10 11:45:05 +02:00
parent aa42dd92d1
commit 11295a2663
3 changed files with 1 additions and 6 deletions

View File

@@ -170,7 +170,6 @@ set(INTERNAL_HEADERS
${HEADER_DIR}/internal/catch_section_info.h
${HEADER_DIR}/internal/catch_startup_exception_registry.h
${HEADER_DIR}/internal/catch_stream.h
${HEADER_DIR}/internal/catch_stream.hpp
${HEADER_DIR}/internal/catch_streambuf.h
${HEADER_DIR}/internal/catch_string.h
${HEADER_DIR}/internal/catch_stringbuilder.h
@@ -224,6 +223,7 @@ set(IMPL_SOURCES
${HEADER_DIR}/internal/catch_section.cpp
${HEADER_DIR}/internal/catch_section_info.cpp
${HEADER_DIR}/internal/catch_startup_exception_registry.cpp
${HEADER_DIR}/internal/catch_stream.cpp
${HEADER_DIR}/internal/catch_string.cpp
${HEADER_DIR}/internal/catch_stringbuilder.cpp
${HEADER_DIR}/internal/catch_stringdata.cpp