1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-04 22:13:53 +00:00

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

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)