cmake_minimum_required (VERSION 2.6)

message("* vm/emux07")

add_library(vm_emux07
	x07.cpp
	io.cpp
)
