Jaskowicz1 / rconpp

A modern Source RCON library for C++
Apache License 2.0
9 stars 0 forks source link

feat, ci, build: library no longer header-only. Windows CIs now added, Project is now packagable. #8

Closed Jaskowicz1 closed 9 months ago

Jaskowicz1 commented 9 months ago

This PR completly changes the library. We've now moved away from being header-only which speeds up compilation times and makes things easier to understand.

This PR has also added the Windows CIs, making us able to test if windows support is actually working with other PRs.

This PR has also made the project packagble, making the project closer to being able to release.