Works, builds both native linux and cross-compiles mingw-w64 variants. Need to work out copying appropriate dlls into the mkxp runtime folder. Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
5 lines
124 B
Meson
5 lines
124 B
Meson
binding = static_library('binding',
|
|
'binding-null.cpp',
|
|
dependencies : [ sdl2, sigcxx ],
|
|
include_directories : incdirs)
|
|
|