mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Add back vc_compat.h header install. (#389)
Windows installs are broken without it. Alternative is to inline the important parts in lsquic.h which is probably better.
This commit is contained in:
parent
4e852fc0b9
commit
f3657f1f27
1 changed files with 7 additions and 0 deletions
|
@ -336,3 +336,10 @@ INSTALL(FILES
|
||||||
include/lsxpack_header.h
|
include/lsxpack_header.h
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/lsquic
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/lsquic
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
install(FILES
|
||||||
|
wincompat/vc_compat.h
|
||||||
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/lsquic
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue