From 81f905ea76f0efb6ea35331bd1fe476f14f804de Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Mon, 1 Jul 2019 05:01:55 +0300 Subject: First working of new database // not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 86a4b4e..8a2773f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,7 +184,10 @@ function(handle_options targetLib) endif() if(WITH_EMBEDDED_BANKS) - target_sources(${targetLib} PRIVATE ${libADLMIDI_SOURCE_DIR}/src/adldata.cpp) + 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) endif() -- cgit v1.2.3 From 2ba770631ff1dc978d16a874a4ab99930ce12d2d Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 19 Aug 2020 02:11:01 +0300 Subject: Use new banks database format However, it's stil need to clean-up and fix gen_adldata for a correct work! --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3