pond3r / ggpo

Good Game, Peace Out Rollback Network SDK
MIT License
3.17k stars 363 forks source link

CMake Support #10

Closed ksmit799 closed 4 years ago

ksmit799 commented 4 years ago

This PR adds initial CMake build support and removes the old VS2019 solution under the build folder. The SDK still won't compile under anything other than windows (due to dependencies on several windows libs) but a proper cross-platform build system is the first step. This also allows for easier building of shared/static libs.

ksmit799 commented 4 years ago

@pond3r I've added build instructions to the readme (windows only for the meantime). Let me know if you would like any further changes.