Added the new proxy header to CMakeLists.txt

This commit is contained in:
Martin Hořeňovský 2017-01-16 19:56:57 +01:00
parent 2e87f8e328
commit 531d26739f
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ set(INTERNAL_HEADERS
${HEADER_DIR}/internal/catch_version.h
${HEADER_DIR}/internal/catch_version.hpp
${HEADER_DIR}/internal/catch_wildcard_pattern.hpp
${HEADER_DIR}/internal/catch_windows_h_proxy.h
${HEADER_DIR}/internal/catch_xmlwriter.hpp
)
CheckFileList(INTERNAL_HEADERS ${HEADER_DIR}/internal)