LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.1k stars 482 forks source link

Allow to build library without examples or tests. #488

Closed archont94 closed 2 years ago

archont94 commented 2 years ago

By setting option WITH_EXAMPLES to OFF, we can skip this build step.