It would be helpful to add a CMakeLists.txt file to the project so that we could easily build this project on all major platforms, including Windows.
As you know, autotools is not very Windows friendly and it requires a bit of fiddling. Switching to cmake would make sure that the project can be consumed more portably.
It would be helpful to add a CMakeLists.txt file to the project so that we could easily build this project on all major platforms, including Windows.
As you know, autotools is not very Windows friendly and it requires a bit of fiddling. Switching to cmake would make sure that the project can be consumed more portably.