2017-10-10 09:26:08 +01:00
|
|
|
add_library(appleii SHARED
|
|
|
|
SaveState.cpp
|
|
|
|
Pravets.cpp
|
|
|
|
Tape.cpp
|
|
|
|
YamlHelper.cpp
|
|
|
|
Log.cpp
|
|
|
|
Disk.cpp
|
2018-02-03 20:35:04 +00:00
|
|
|
DiskFormatTrack.cpp
|
2017-10-10 09:26:08 +01:00
|
|
|
DiskImage.cpp
|
|
|
|
DiskImageHelper.cpp
|
|
|
|
Harddisk.cpp
|
|
|
|
Memory.cpp
|
|
|
|
CPU.cpp
|
|
|
|
6821.cpp
|
|
|
|
NoSlotClock.cpp
|
|
|
|
SAM.cpp
|
|
|
|
z80emu.cpp
|
|
|
|
ParallelPrinter.cpp
|
|
|
|
MouseInterface.cpp
|
2018-11-03 19:20:08 +00:00
|
|
|
LanguageCard.cpp
|
2019-04-19 20:55:23 +01:00
|
|
|
RGBMonitor.cpp
|
2017-10-10 09:26:08 +01:00
|
|
|
|
|
|
|
linux/data.cpp
|
|
|
|
linux/dummies.cpp
|
|
|
|
linux/wwrapper.cpp
|
|
|
|
linux/state.cpp
|
|
|
|
linux/benchmark.cpp
|
|
|
|
linux/paddle.cpp
|
2018-02-06 16:50:50 +00:00
|
|
|
linux/version.cpp
|
2019-08-26 10:27:38 +01:00
|
|
|
linux/stringcb.cpp
|
|
|
|
linux/registry.cpp
|
2017-10-10 09:26:08 +01:00
|
|
|
|
|
|
|
Z80VICE/z80.cpp
|
|
|
|
Z80VICE/z80mem.cpp
|
|
|
|
Z80VICE/daa.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(appleii
|
|
|
|
yaml
|
|
|
|
z
|
|
|
|
minizip
|
|
|
|
)
|