aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-19 02:11:01 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-19 02:11:01 +0300
commit2ba770631ff1dc978d16a874a4ab99930ce12d2d (patch)
treeecf1195966681e24892ecba6b77c067ce24e7dbd /CMakeLists.txt
parent6d4dc0b87bf3a27f0510b63279b17b457821c38c (diff)
downloadlibADLMIDI-2ba770631ff1dc978d16a874a4ab99930ce12d2d.tar.gz
libADLMIDI-2ba770631ff1dc978d16a874a4ab99930ce12d2d.tar.bz2
libADLMIDI-2ba770631ff1dc978d16a874a4ab99930ce12d2d.zip
Use new banks database format
However, it's stil need to clean-up and fix gen_adldata for a correct work!
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df97402..3bae41a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -200,7 +200,6 @@ function(handle_options targetLib)
if(WITH_EMBEDDED_BANKS)
target_sources(${targetLib} PRIVATE
${libADLMIDI_SOURCE_DIR}/src/adldata.cpp
- ${libADLMIDI_SOURCE_DIR}/src/adldata.cxx
)
else()
target_compile_definitions(${targetLib} PUBLIC DISABLE_EMBEDDED_BANKS)