frno7 / libpes

Libpes is a portable C library for encoding, decoding and transcoding the PES and SVG based machine embroidery formats.
GNU General Public License v3.0
44 stars 10 forks source link

Migrate to CMake #3

Closed Talhada closed 2 years ago

Talhada commented 2 years ago

CMake

I would like to see this project migrated to cmake, I don't think it would take much time and CMake is becoming more and more the defacto build system for cross platform c/c++ projects.

frno7 commented 2 years ago

Oh, there are many build systems these days... Would you care to propose a CMake variant of it, and would it include C header file dependency generation without any additional downloads? Perhaps CMake and Make could coexist.

Talhada commented 2 years ago

CMake Will generate the makefiles for tou automatically. I'll be glad to write the CMakeFiles for the project.

frno7 commented 2 years ago

@Talhada, thank you for your contribution! We’ve now moved from Make to CMake, as per https://github.com/frno7/libpes/pull/5#issuecomment-1032795503.