truvorskameikin / udp-discovery-cpp

A small library to add local network discovery feature to your C++ programs with no dependencies
MIT License
60 stars 28 forks source link

Use proper cmake build option instead of custom flag #6

Closed G10h4ck closed 5 years ago

G10h4ck commented 5 years ago

Use proper cmake build options

Require linker dependencies only if executables are built Fix missing library linking regression introduced in my last PR

Sorry to not include it in the previous PR