mattgodbolt / seasocks

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

Add to CMake project #119

Open theobouwman opened 5 years ago

theobouwman commented 5 years ago

How should I add this to my CMake project and link it?

offa commented 5 years ago

You typically use Cmakes find_package() feature. There was a contribution earlier this year, which improved the integration into project. Please see #116 for an example code.

Another option is to use a package manager like conan.

offa commented 5 years ago

This question also indicates a lack of documentation regarding this ...

offa commented 5 years ago

@theobouwman Could you solve this problem?

iwanders commented 5 years ago

A bit late, but I wrote some explanation on #120. I hope that helps.