parent
37a22f9966
commit
5dc45a75a6
@ -0,0 +1,6 @@ |
||||
|
||||
sources = files( |
||||
'dbc.cpp', |
||||
'chip8.cpp', |
||||
'stats.cpp', |
||||
) |
||||
@ -0,0 +1,9 @@ |
||||
[wrap-git] |
||||
directory=lel-guecs-0.7.3 |
||||
url=https://git.zedshaw.games/games/lel-guecs.git |
||||
revision=HEAD |
||||
depth=1 |
||||
method=meson |
||||
|
||||
[provide] |
||||
lel_guecs = lel_guecs_dep |
||||
@ -0,0 +1,9 @@ |
||||
[wrap-git] |
||||
directory=utf8cpp-4.0.9 |
||||
url=https://github.com/nemtrif/utfcpp.git |
||||
revision=v4.0.9 |
||||
depth=1 |
||||
method=cmake |
||||
|
||||
[provide] |
||||
utf8cpp = utf8cpp_dep |
||||
Loading…
Reference in new issue