BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

cmake support? #37

Open emmenlau opened 3 years ago

emmenlau commented 3 years ago

I think libb2 is really a great library, thanks for the nice work!

Would it be an option to consider cmake support? Its just much simpler to build software in a cross-platform way with cmake. Also, cmake is a very widely used build system, and its much easier to find (younger) people that have some cmake knowledge than autotools knowledge.

emmenlau commented 3 years ago

Is this something that may be considered?

lnjX commented 3 years ago

See https://github.com/BLAKE2/libb2/pull/2 btw.