cmake_minimum_required (VERSION 2.6)

message("* vm/emum5")

add_library(vm_emum5

	cmt.cpp
	keyboard.cpp
	m5.cpp
)
