First attempt at cutting down the amount of recompiles for the tools, but maybe I just have meson only build the tool when I run it?

This commit is contained in:
Zed A. Shaw 2026-03-04 00:09:25 -05:00
parent 56b4580466
commit 6710469ee1
2 changed files with 55 additions and 1 deletions

View file

@ -105,7 +105,7 @@ executable('zedcaster',
dependencies: dependencies)
executable('arena',
sources + [ 'tools/arena.cpp' ],
arena_sources + [ 'tools/arena.cpp' ],
cpp_args: cpp_args,
link_args: link_args,
include_directories: inc_dirs,