OSDN Git Service

[VM][FMTOWNS] Some devices are enabled to compile.
[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
7         ad7820kr.cpp
8         rf5c68.cpp
9         
10         adpcm.cpp
11         floppy.cpp
12         keyboard.cpp
13         scsi.cpp
14         timer.cpp
15
16         serialrom.cpp
17         towns_sysrom.cpp
18         towns_dictionary.cpp
19         msdosrom.cpp
20         
21         fontroms.cpp
22         
23         towns_crtc.cpp
24         towns_memory.cpp
25         towns_sprite.cpp
26         towns_vram.cpp
27 )