OlivierLDff / asio.cmake

Small CMake wrapper to add asio with a simple FetchContent.
MIT License
18 stars 9 forks source link

feat: refactor and more #17

Open carlocorradini opened 2 months ago

carlocorradini commented 2 months ago

Fix #16

Added

Changed

PS: In README.md I've set the examples to use asio.cmake as version v1.3.0. Update accordingly if the version changes

OlivierLDff commented 2 months ago

Hi thank you for the PR but this is too much at once, I'm ok about most of the changed, just I would like to have a PR per new line that you added. This makes it easier to review, for external user to see what changed, and to find error/problem origin in the future using git bisect.

Could you separate in different PR all the changes?