# # 86Box A hypervisor and IBM PC system emulator that specializes in # running old operating systems and software designed for IBM # PC systems and compatibles from 1981 through fairly recent # system designs based on the PCI bus. # # This file is part of the 86Box distribution. # # CMake build script. # # Authors: David Hrdlička, # Jasmine Iwanek, # # Copyright 2020-2021 David Hrdlička. # Copyright 2024 Jasmine Iwanek. # add_library(mch OBJECT machine.c machine_table.c m_xt.c m_xt_t1000.c m_xt_xi8088.c m_pcjr.c m_amstrad.c m_europc.c m_elt.c m_xt_olivetti.c m_tandy.c m_v86p.c m_at_t3100e.c m_ps1.c m_ps2_isa.c m_ps2_mca.c m_at_common.c m_at_286.c m_at_386sx.c m_at_m6117.c m_at_386dx.c m_at_486slc.c m_at_386dx_486.c m_at_socket1.c m_at_socket2.c m_at_socket3.c m_at_socket3_pci.c m_at_486_misc.c m_at_socket4.c m_at_socket4_5.c m_at_socket5.c m_at_socket7_3v.c m_at_socket7.c m_at_sockets7.c m_at_socket8.c m_at_slot1.c m_at_slot1_2.c m_at_slot1_socket370.c m_at_slot2.c m_at_socket370.c m_at_misc.c )