Split out non-templated Approx methods into cpp file

This commit is contained in:
Martin Hořeňovský
2017-07-19 10:01:06 +02:00
parent 0a614ee5ba
commit edbe122761
3 changed files with 44 additions and 20 deletions

View File

@@ -193,6 +193,7 @@ set(INTERNAL_HEADERS
${HEADER_DIR}/internal/catch_xmlwriter.hpp
)
set(IMPL_SOURCES
${HEADER_DIR}/internal/catch_approx.cpp
${HEADER_DIR}/internal/catch_assertionresult.cpp
${HEADER_DIR}/internal/catch_commandline.cpp
${HEADER_DIR}/internal/catch_common.cpp