Added the new proxy header to CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88d3557..1e095f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -194,6 +194,7 @@
         ${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)