Started a map icon gen tool that will load the fonts and create tile sprites for everything I use.

This commit is contained in:
Zed A. Shaw 2025-07-08 00:55:45 -04:00
parent 056b0b307b
commit dbc2000434
2 changed files with 69 additions and 0 deletions

View file

@ -169,6 +169,13 @@ executable('zedcaster',
override_options: exe_defaults,
dependencies: dependencies)
executable('icongen',
[ 'dbc.cpp', 'tools/icongen.cpp' ],
cpp_args: cpp_args,
link_args: link_args,
override_options: exe_defaults,
dependencies: dependencies)
executable('fragviewer',
[ 'textures.cpp', 'config.cpp',
'dbc.cpp', 'tools/fragviewer.cpp' ],