OSDN Git Service

[VM][WIP] Pre-process to apply new state framework.Still not buildable.
[csp-qt/common_source_project-fm7.git] / source / src / vm / hc80 / CMakeLists.txt
1 cmake_minimum_required (VERSION 2.6)
2
3 message("* vm/hc80")
4
5 add_library(vm_hc80
6         memory.cpp
7         hc80.cpp
8         io.cpp
9 )