Started a tiny idle clicker demo called 'Clicker the Dog'. No idea what that means.
This commit is contained in:
parent
cf3da32681
commit
04f6fef921
5 changed files with 131 additions and 6 deletions
10
meson.build
10
meson.build
|
@ -112,6 +112,16 @@ executable('runtests', sfml_impl + [
|
|||
link_with: [lel_guecs_lib],
|
||||
dependencies: dependencies + [catch2])
|
||||
|
||||
executable('clicker_game', sfml_impl + [
|
||||
'demos/clicker_game.cpp',
|
||||
],
|
||||
cpp_args: cpp_args,
|
||||
link_args: link_args,
|
||||
override_options: exe_defaults,
|
||||
include_directories: lel_guecs_inc,
|
||||
link_with: [lel_guecs_lib],
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('calc', sfml_impl + [
|
||||
'demos/calc.cpp',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue