CMake project for AVR Usage example (MinGW) Create build directory: mkdir build && cd build Generate makefile: cmake -G "MinGW Makefiles" .. Build: mingw32-make Flash: mingw32-make flash