6 lines
125 B
CMake
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)
|