cmake_minimum_required (VERSION 2.6)

message("* vm/bmjr")

add_library(vm_bmjr
	bmjr.cpp
	memory.cpp
)