cmake_minimum_required (VERSION 2.6)

message("* vm/smc777")

add_library(vm_smc777
	smc777.cpp
	memory.cpp
 )
