cmake_minimum_required(VERSION 3.22...4.1) project(PseudoEmulator LANGUAGES C) add_executable(pseudo_emulator pseudo_emulator.c)