Start of image to ansi converter.
This commit is contained in:
parent
b7002917c1
commit
be144e2a05
2 changed files with 40 additions and 0 deletions
|
@ -53,4 +53,13 @@ roguish = executable('roguish', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
roguish = executable('img2ansi', [
|
||||
'dbc.cpp',
|
||||
'panel.cpp',
|
||||
'ansi_parser.cpp',
|
||||
'render.cpp',
|
||||
'scratchpad/img2ansi.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
test('tests', runtests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue