lsalzman / enet

ENet reliable UDP networking library
MIT License
2.66k stars 667 forks source link

CMake: set project `LANGUAGES` to C #250

Open utf-4096 opened 2 months ago

utf-4096 commented 2 months ago

This avoids an unnecessary check / requirement for a C++ compiler even though this library only needs a working C compiler.