OPSnet/Ocelot

Move to cmake over autotools

itismadness opened this issue · 2 comments

It'd be good to drop autotools in favor of cmake which is a bit nicer in portability, design, and usage.

Also consider using other build systems, such as: https://github.com/tboox/xmake 😄

Done in a7d8e57.

Perhaps some future developer will have an interest in adopting xmake or meson, but I'm just satisfied moving off autotools for now.