cmake_minimum_required (VERSION 3.0)

message("* vm")

add_library(vm_vm
  ${VMFILES}
  )
