forked from TeamTofuShop/segatools
wip: move gfx to gfxhook, some borderless window stuff
This commit is contained in:
27
gfxhook/meson.build
Normal file
27
gfxhook/meson.build
Normal file
@ -0,0 +1,27 @@
|
||||
gfxhook_lib = static_library(
|
||||
'gfxhook',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
],
|
||||
link_with : [
|
||||
hooklib_lib,
|
||||
util_lib,
|
||||
],
|
||||
sources : [
|
||||
'config.c',
|
||||
'config.h',
|
||||
'd3d9.c',
|
||||
'd3d9.h',
|
||||
'd3d11.c',
|
||||
'd3d11.h',
|
||||
'dxgi.c',
|
||||
'dxgi.h',
|
||||
'gfx.c',
|
||||
'gfx.h',
|
||||
'util.c',
|
||||
'util.h',
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user