aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-04-20 02:00:06 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-04-20 02:00:06 +0300
commitf1ea9ba9fee23d80b8c662ba9f4762c6ba0746ad (patch)
treea1463ec5cfba274ae3abb77b56849f4a2514c825 /CMakeLists.txt
parent58e055fc0a43d583a4638b7bd6a5e20c536fd49c (diff)
downloadlibADLMIDI-f1ea9ba9fee23d80b8c662ba9f4762c6ba0746ad.tar.gz
libADLMIDI-f1ea9ba9fee23d80b8c662ba9f4762c6ba0746ad.tar.bz2
libADLMIDI-f1ea9ba9fee23d80b8c662ba9f4762c6ba0746ad.zip
Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDI
TODO: port this into Gen-ADLDATA too! No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3229d4..bda3e0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,6 +173,7 @@ list(APPEND libADLMIDI_SOURCES
${libADLMIDI_SOURCE_DIR}/src/adlmidi_midiplay.cpp
${libADLMIDI_SOURCE_DIR}/src/adlmidi_opl3.cpp
${libADLMIDI_SOURCE_DIR}/src/adlmidi_private.cpp
+ ${libADLMIDI_SOURCE_DIR}/src/wopl/wopl_file.c
)
if(WITH_MUS_SUPPORT AND WITH_MIDI_SEQUENCER)