aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-04-24CMake: Improve install instructions (#244)Michael Keck
2024-04-18CMake: Enable shared builds (#242)Michael Keck
2024-04-17CMake: Fix linking for Windows builds on non-mingw compilers (#241)Michael Keck
2022-10-17Merge pull request #82 from JonnyPtn/masterLee Salzman
Add install target to CMakeLists.txt
2022-01-19future proof cmake minimum versionmetaquarx
2021-05-14Add install target to CMakeLists.txt[email protected]
2021-04-26fix minimum cmake versionLee Salzman
2017-10-15CMake source groups added for cleaner VS solutions.Lukasz Fronc
2017-07-12Fix mingw compilationJames Rowe
In order to compile enet on mingw, you need to link against winmm and ws2_32. This explicitly makes those libraries required on mingw
2017-05-22Don't treat warnings as errorsCong
When enet is included as a child CMake project in a parent that has warnings treated as errors, enet fails to build. This ensures that the compiler doesn't treat warnings as errors for enet.
2017-05-21MSVC only warn up to level 3Cong
enet produces warnings at level 4, which can interrupt compiles if warnings are treated as errors. Turning down the warning level resolves the issue.
2015-05-11use getaddrinfo and getnameinfo where availableLee Salzman
2014-12-02add cmake supportLee Salzman