cmake_minimum_required (VERSION 2.6)

message("* vm/ex80")

add_library(vm_ex80
	cmt.cpp
	display.cpp
	ex80.cpp
	keyboard.cpp
	memory.cpp
)
