cmake_minimum_required (VERSION 2.6)

message("* vm/hc20")

add_library(vm_hc20
	memory.cpp
	hc20.cpp
)
