forked from TeamTofuShop/segatools
add half-working CXB support
This commit is contained in:
13
cxbio/meson.build
Normal file
13
cxbio/meson.build
Normal file
@ -0,0 +1,13 @@
|
||||
cxbio_lib = static_library(
|
||||
'cxbio',
|
||||
name_prefix : '',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
c_pch : '../precompiled.h',
|
||||
sources : [
|
||||
'cxbio.c',
|
||||
'cxbio.h',
|
||||
'config.c',
|
||||
'config.h',
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user