Finally created an installer so people can try the game.
This commit is contained in:
parent
5c815cf755
commit
28b900e4ff
4 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue