OSDN Git Service

[VM][Towns] Initial start.Still not working.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmtowns / CMakeLists.txt
1 cmake_minimum_required (VERSION 2.6)
2
3 message("* vm/fm-towns")
4
5 add_library(vm_fmtowns
6         bios.cpp
7         cmos.cpp
8         floppy.cpp
9         keyboard.cpp
10         memory.cpp
11         scsi.cpp
12         timer.cpp
13         fmr50.cpp
14 )