It would be nice if the project also included cmake rules for the following reasons:
- easier to build in Windows
- easier to integrate in other projects that already use cmake (alternatively, providing pkg-config files)
Adding support for cmake does not require dropping the existing the Makefiles.
There's been two PR that tried this already. There was #42, which unfortunately mixed the addition of cmake with other non-desired features and so was closed. And there is #26 which is now 5 years old and not been acted on. I also made my own cmake rules (it's pretty simple).
Would be nice if this feature could be added. I can take a look at this, no problem, if there is is interest on this feature. Please let me know.
It would be nice if the project also included cmake rules for the following reasons:
Adding support for cmake does not require dropping the existing the Makefiles.
There's been two PR that tried this already. There was #42, which unfortunately mixed the addition of cmake with other non-desired features and so was closed. And there is #26 which is now 5 years old and not been acted on. I also made my own cmake rules (it's pretty simple).
Would be nice if this feature could be added. I can take a look at this, no problem, if there is is interest on this feature. Please let me know.