foot/emulator/CMakeLists.txt
shylie 9e2604855e
All checks were successful
Build / build (push) Successful in 4s
Add initial working version
2025-07-07 09:24:19 -04:00

6 lines
125 B
CMake

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