aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-16 04:30:02 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-16 04:30:02 +0300
commit4c902ffd185b552f567abe25dfcc26c09fc27a21 (patch)
treec433aac0f6a860ddc99585a9238d0e82e43d35ce /CMakeLists.txt
parent5b8376c1e8ffc9a52214a4e42bea088a5a0c615a (diff)
downloadlibADLMIDI-4c902ffd185b552f567abe25dfcc26c09fc27a21.tar.gz
libADLMIDI-4c902ffd185b552f567abe25dfcc26c09fc27a21.tar.bz2
libADLMIDI-4c902ffd185b552f567abe25dfcc26c09fc27a21.zip
Tuned the work on hardware OPL3 chip
#230
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 0396be2..05458ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
if(DJGPP OR MSDOS)
set(ADLMIDI_DOS 1)
+ add_definitions(-DADLMIDI_HW_OPL)
endif()
#===========================================================================================