seasocks icon indicating copy to clipboard operation
seasocks copied to clipboard

Add to CMake project

Open theobouwman opened this issue 5 years ago • 4 comments

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

theobouwman avatar Apr 10 '19 09:04 theobouwman

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 avatar Apr 10 '19 16:04 offa

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

offa avatar Apr 10 '19 16:04 offa

@theobouwman Could you solve this problem?

offa avatar May 17 '19 12:05 offa

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

iwanders avatar Oct 05 '19 18:10 iwanders