Have the start of an animation dev tool.
This commit is contained in:
parent
7d08e60537
commit
81cbc24064
3 changed files with 116 additions and 4 deletions
|
|
@ -183,6 +183,13 @@ executable('arena',
|
|||
override_options: exe_defaults,
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('animator',
|
||||
sources + [ 'tools/animator.cpp' ],
|
||||
cpp_args: cpp_args,
|
||||
link_args: link_args,
|
||||
override_options: exe_defaults,
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('storyboard',
|
||||
sources + [ 'tools/storyboard.cpp' ],
|
||||
cpp_args: cpp_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue