Make timcaster work so people can walk around inside their computer's ram until it crashes.
This commit is contained in:
parent
cf539296a5
commit
f98c9ddb91
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,8 @@ catch2 = dependency('catch2-with-main')
|
||||||
fmt = dependency('fmt')
|
fmt = dependency('fmt')
|
||||||
json = dependency('nlohmann_json')
|
json = dependency('nlohmann_json')
|
||||||
sfml = dependency('sfml')
|
sfml = dependency('sfml')
|
||||||
|
sdl2 = dependency('sdl2')
|
||||||
|
sdl2main = dependency('sdl2main')
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
fmt, json, sfml
|
fmt, json, sfml
|
||||||
|
@ -23,3 +25,8 @@ executable('raycaster', [
|
||||||
'raycaster.cpp',
|
'raycaster.cpp',
|
||||||
],
|
],
|
||||||
dependencies: dependencies)
|
dependencies: dependencies)
|
||||||
|
|
||||||
|
executable('timcaster', [
|
||||||
|
'./scratchpad/timcaster.cpp',
|
||||||
|
],
|
||||||
|
dependencies: dependencies + [sdl2, sdl2main])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue