dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.38k stars 370 forks source link

Added files to CMakeLists.txt to fix linking errors; #252

Closed zethon closed 3 years ago

zethon commented 3 years ago

I cloned the repo and attempted to build with CMake but ran into linking errors. There were some files missing from the CMakeLists.txt file. Once I made these changes I was able to build.

dannagle commented 3 years ago

Thanks!