Mouse handling is way better but still want to refine it more if I can.
This commit is contained in:
parent
e41651aa38
commit
190748af3c
10 changed files with 47 additions and 22 deletions
|
|
@ -65,6 +65,9 @@ json = subproject('nlohmann_json').get_variable('nlohmann_json_dep')
|
|||
freetype2 = subproject('freetype2').get_variable('freetype_dep')
|
||||
|
||||
flac = subproject('flac').get_variable('flac_dep')
|
||||
magic_enum_proj = subproject('magic_enum', default_options: {
|
||||
'test': false})
|
||||
magic_enum = magic_enum_proj.get_variable('magic_enum_dep')
|
||||
ogg = subproject('ogg').get_variable('libogg_dep')
|
||||
vorbis = subproject('vorbis').get_variable('vorbis_dep')
|
||||
vorbisfile = subproject('vorbis').get_variable('vorbisfile_dep')
|
||||
|
|
@ -82,7 +85,7 @@ subdir('src')
|
|||
subdir('tests')
|
||||
|
||||
dependencies += [
|
||||
fmt, json, freetype2,
|
||||
fmt, json, freetype2, magic_enum,
|
||||
flac, ogg, vorbis, vorbisfile, vorbisenc,
|
||||
sfml_audio, sfml_graphics,
|
||||
sfml_network, sfml_system,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue