diff --git a/CMakeLists.txt b/CMakeLists.txt index 65c4776..db5c8a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -336,3 +336,10 @@ INSTALL(FILES include/lsxpack_header.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/lsquic ) + +if(WIN32) + install(FILES + wincompat/vc_compat.h + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/lsquic + ) +endif()