cmake_minimum_required (VERSION 2.6)

message("* vm/babbage2nd")

add_library(vm_jr800
	io.cpp
	jr800.cpp
)