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

CMake: Make Source file extensions explicit (CMP0115) #509

Closed tksc closed 2 years ago

tksc commented 2 years ago

Compiling using version 3.20.5 cmake yields a warning about CMP0115

Fix this warning by adding the file extension.

While doing this make the extension for crypto_openssl explicit as well.