blob: 70638fed6a61b20d32e8fd2b335eb3ff4b4cabeb [file] [log] [blame]
swissChili97b5d8b2020-08-15 20:00:54 -07001cmake_minimum_required(VERSION 3.0)
2
3project(6502 VERSION 0.1.0 LANGUAGES C)
4
swissChilica0d2e22020-08-16 15:09:25 -07005add_executable(6502-as main.c as.h as.c map.h map.c hash.c hash.c)