cmake_minimum_required (VERSION 2.6)

message("* vm/x07")

add_library(vm_x07
	x07.cpp
	io.cpp
)
