cmake_minimum_required (VERSION 2.6)

message("* vm/babbage2nd")

add_library(vm_babbage2nd
	display.cpp
	keyboard.cpp
	babbage2nd.cpp
)