14 lines
261 B
Meson
14 lines
261 B
Meson
|
tilegx_ss = ss.source_set()
|
||
|
tilegx_ss.add(files(
|
||
|
'cpu.c',
|
||
|
'helper.c',
|
||
|
'simd_helper.c',
|
||
|
'translate.c',
|
||
|
))
|
||
|
tilegx_ss.add(zlib)
|
||
|
|
||
|
tilegx_softmmu_ss = ss.source_set()
|
||
|
|
||
|
target_arch += {'tilegx': tilegx_ss}
|
||
|
target_softmmu_arch += {'tilegx': tilegx_softmmu_ss}
|