forked from Dniel97/segatools
iccard: Add new static library
This commit is contained in:
parent
eaeda09030
commit
568baa3841
11
iccard/meson.build
Normal file
11
iccard/meson.build
Normal file
@ -0,0 +1,11 @@
|
||||
iccard_lib = static_library(
|
||||
'iccard',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
],
|
||||
sources : [
|
||||
],
|
||||
)
|
@ -33,6 +33,7 @@ inc = include_directories('.')
|
||||
capnhook = subproject('capnhook')
|
||||
|
||||
subdir('amex')
|
||||
subdir('iccard')
|
||||
subdir('board')
|
||||
subdir('hooklib')
|
||||
subdir('jvs')
|
||||
|
Loading…
Reference in New Issue
Block a user