* Change public headers to support msh3 (#4525)
* simplify export include dir cmake code (#4575)
* Delegate build environment configuration with QUIC_EXTERNAL_TOOLCHAIN (#4625)
Well managed CMake build environments make use of CMAKE_TOOLCHAIN_FILE
to configure build environment such as include/lib search paths,
system libraries, build flags, etc.
This change introduces QUIC_EXTERNAL_TOOLCHAIN build option, which
when enabled stops MSQuic CMake scripts from attempting to
do CMake toolchain job.
QUIC_EXTERNAL_TOOLCHAIN defaults to OFF to preserve original behaviour.
* export platform (#4574)
* Add wbemuuid (#4687)
---------
Co-authored-by: Maxim Ivanov <hi+github@yamlcoder.me>