cmake_minimum_required (VERSION 2.6)

message("* vm/m5")

add_library(vm_m5
	m5.cpp
	cmt.cpp
	keyboard.cpp
)