cmake_minimum_required (VERSION 2.6)

add_library(vm_pc2001
	io.cpp
	pc2001.cpp
)
