cmake_minimum_required (VERSION 2.6)

message("* vm/jr800")

add_library(vm_jr800
	io.cpp
	jr800.cpp
)
