mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
724 stars 120 forks source link

Move win32 headers to include them in CMake install #193

Closed chausner closed 1 year ago

chausner commented 1 year ago

This fixes a problem on Windows when installing the library via CMake. Some public headers of seasocks depend on headers in the win32 directory but the headers are not installed. The proposed fix is to move the win32 directory into src/main/c/seasocks.

offa commented 1 year ago

Thanks!

I can not test this on Windows, but all checks are green.

offa commented 1 year ago

Released as v1.4.6.