aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-16 04:30:38 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-16 04:30:38 +0300
commit64496d6a075fa0bdcdd20520a3476970d5146e78 (patch)
treef64c59b3c0a6511c08631b408d5c15350e2edb4b /CMakeLists.txt
parent0848115cd0dcdc06700ad3c74224d36f99d77779 (diff)
parent6813ad7480d14406db0911b0297bbc77436c5496 (diff)
downloadlibADLMIDI-64496d6a075fa0bdcdd20520a3476970d5146e78.tar.gz
libADLMIDI-64496d6a075fa0bdcdd20520a3476970d5146e78.tar.bz2
libADLMIDI-64496d6a075fa0bdcdd20520a3476970d5146e78.zip
Merge branch 'master' into wip-new-embedded-banks
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 4063b61..df97402 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()
#===========================================================================================