Code Kata: Project Euler #2 with CMake

Sunday, April 6th, 2008

Recently, I started to use the autotools for building a project. But I am really unhappy with it - although a lot of special cases can be handled by the toolchain, it is extremely complex to use and prone to user errors. Auto-Hell, I guess... So, this code kata is ...