cmake_minimum_required (VERSION 2.6)

message("* vm/fp200")

add_library(vm_fp200
	io.cpp
	fp200.cpp
)