aboutsummaryrefslogtreecommitdiff
path: root/utils/midiplay/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2024-08-02 08:49:16 +0300
committerWohlstand <admin@wohlnet.ru>2024-08-02 08:49:16 +0300
commit98c7e97d0bad655ed80a4652d4a01f3e7eea1493 (patch)
tree1b99158f3c6596b0fbc833a80a8495e970a2d0c0 /utils/midiplay/CMakeLists.txt
parent525e31073530115fe0500c7da006aaf7019c9aa1 (diff)
downloadlibADLMIDI-98c7e97d0bad655ed80a4652d4a01f3e7eea1493.tar.gz
libADLMIDI-98c7e97d0bad655ed80a4652d4a01f3e7eea1493.tar.bz2
libADLMIDI-98c7e97d0bad655ed80a4652d4a01f3e7eea1493.zip
MidiPlay: Added Utf8Main to support unicode paths
Diffstat (limited to 'utils/midiplay/CMakeLists.txt')
-rw-r--r--utils/midiplay/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/midiplay/CMakeLists.txt b/utils/midiplay/CMakeLists.txt
index 36c88b5..3d5eeda 100644
--- a/utils/midiplay/CMakeLists.txt
+++ b/utils/midiplay/CMakeLists.txt
@@ -7,9 +7,12 @@ if(NOT ADLMIDI_DOS AND NOT MIDIPLAY_WAVE_ONLY)
endif()
endif()
+include(utf8main.cmake)
+
set(ADLMIDI_PLAY_SRC
adlmidiplay.cpp
wave_writer.c
+ ${UTF8MAIN_SRCS}
)
if(USE_SDL2_AUDIO)