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:
parent
56b4580466
commit
6710469ee1
2 changed files with 55 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue