|
|
@ -8,12 +8,12 @@ project('raycaster', 'cpp', |
|
|
|
# use this for common options only for our executables |
|
|
|
# use this for common options only for our executables |
|
|
|
cpp_args=[] |
|
|
|
cpp_args=[] |
|
|
|
# these are passed as override_defaults |
|
|
|
# these are passed as override_defaults |
|
|
|
exe_defaults = ['warning_level=2', 'werror=true'] |
|
|
|
exe_defaults = ['warning_level=2', 'werror=false'] |
|
|
|
|
|
|
|
|
|
|
|
cc = meson.get_compiler('cpp') |
|
|
|
cc = meson.get_compiler('cpp') |
|
|
|
|
|
|
|
|
|
|
|
catch2 = dependency('catch2-with-main') |
|
|
|
catch2 = dependency('catch2-with-main') |
|
|
|
fmt = dependency('fmt', allow_fallback: true) |
|
|
|
fmt = subproject('fmt').get_variable('fmt_dep') |
|
|
|
json = dependency('nlohmann_json') |
|
|
|
json = dependency('nlohmann_json') |
|
|
|
freetype2 = dependency('freetype2') |
|
|
|
freetype2 = dependency('freetype2') |
|
|
|
|
|
|
|
|
|
|
|