iaikkrypto / lineartrails

Tool to automatically search for linear characteristics
39 stars 12 forks source link

Use cmake to generate build system #5

Open pfasante opened 8 years ago

pfasante commented 8 years ago

This commit replaces the handwritten makefile with a cmake generated build system. IMHO cmake configuration files are as readable (or not readable ;)) as normal makefiles, but they provide the bonus of generating build projects for several IDE's etc., thus give possible developers the chance to easily choose their preferred development environment.