This commit is contained in:
hanetzer 2022-01-19 18:55:20 -08:00 committed by GitHub
commit f47a8c6a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 318 additions and 1 deletions

5
binding-null/meson.build Normal file
View file

@ -0,0 +1,5 @@
binding = static_library('binding',
'binding-null.cpp',
dependencies : [ sdl2, sigcxx ],
include_directories : incdirs)