cmake_minimum_required(VERSION 3.20) project(foot-emu) add_executable(foot-emu main.cpp foot-emulator.cpp foot-emulator.h)