forked from Hay1tsme/segatools
refactor all common parts and games
This commit is contained in:
58
common/board/meson.build
Normal file
58
common/board/meson.build
Normal file
@ -0,0 +1,58 @@
|
||||
board_lib = static_library(
|
||||
'board',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
],
|
||||
link_with : [
|
||||
iccard_lib,
|
||||
],
|
||||
sources : [
|
||||
'3mpxsc-cmd.h',
|
||||
'3mpxsc-frame.c',
|
||||
'3mpxsc-frame.h',
|
||||
'aime-dll.c',
|
||||
'aime-dll.h',
|
||||
'config.c',
|
||||
'config.h',
|
||||
'guid.c',
|
||||
'guid.h',
|
||||
'io3.c',
|
||||
'io3.h',
|
||||
'io4.c',
|
||||
'io4.h',
|
||||
'led15093-cmd.h',
|
||||
'led15093-frame.c',
|
||||
'led15093-frame.h',
|
||||
'led15093.c',
|
||||
'led15093.h',
|
||||
'led15070-cmd.h',
|
||||
'led15070-frame.c',
|
||||
'led15070-frame.h',
|
||||
'led15070.c',
|
||||
'led15070.h',
|
||||
'sg-cmd.c',
|
||||
'sg-cmd.h',
|
||||
'sg-frame.c',
|
||||
'sg-frame.h',
|
||||
'sg-led.c',
|
||||
'sg-led.h',
|
||||
'sg-led-cmd.h',
|
||||
'sg-nfc.c',
|
||||
'sg-nfc.h',
|
||||
'sg-nfc-cmd.h',
|
||||
'sg-reader.c',
|
||||
'sg-reader.h',
|
||||
'slider-cmd.h',
|
||||
'slider-frame.c',
|
||||
'slider-frame.h',
|
||||
'vfd.c',
|
||||
'vfd.h',
|
||||
'vfd-cmd.h',
|
||||
'vfd-frame.c',
|
||||
'vfd-frame.h',
|
||||
'ffb.c',
|
||||
'ffb.h'
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user