Finally created an installer so people can try the game.

This commit is contained in:
Zed A. Shaw 2025-03-05 13:39:38 -05:00
parent 5c815cf755
commit 28b900e4ff
4 changed files with 11 additions and 1 deletions

View file

@ -5,6 +5,13 @@ project('raycaster', 'cpp',
'cpp_args=-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1',
])
add_global_link_arguments(
'-static-libgcc',
'-static-libstdc++',
'-static',
language: 'cpp',
)
# use this for common options only for our executables
cpp_args=[]
# these are passed as override_defaults