mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 13:42:20 +02:00
22 lines
No EOL
510 B
Meson
22 lines
No EOL
510 B
Meson
global_include_dirs += include_directories('.')
|
|
global_dependencies += dependency('AudioToolbox')
|
|
|
|
global_sources += files(
|
|
'dr_flac.h',
|
|
'dr_mp3.h',
|
|
'SDL_sound_aiff.c',
|
|
'SDL_sound_au.c',
|
|
'SDL_sound_coreaudio.c',
|
|
'SDL_sound_flac.c',
|
|
'SDL_sound_internal.h',
|
|
'SDL_sound_modplug.c',
|
|
'SDL_sound_mp3.c',
|
|
'SDL_sound_raw.c',
|
|
'SDL_sound_shn.c',
|
|
'SDL_sound_voc.c',
|
|
'SDL_sound_vorbis.c',
|
|
'SDL_sound_wav.c',
|
|
'SDL_sound.c',
|
|
'SDL_sound.h',
|
|
'stb_vorbis.h'
|
|
) |