From fe93a36d478f14c252485a8b06488603492e3126 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Wed, 1 Nov 2023 06:53:41 -0700 Subject: [PATCH] Oops --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd43164..41e7a77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,9 +97,6 @@ set_property (DIRECTORY APPEND PROPERTY LABELS Assets) file (GLOB_RECURSE binary_files CONFIGURE_DEPENDS "./plugin/Resources/layout.json" "./plugin/Resources/WavetablesFLAC/*.wt2048" - "./plugin/Resources/Presets/*.xml" - "./plugin/Resources/Presets/*.xml" - "./plugin/Resources/Presets/*.xml" "./plugin/Resources/Presets/*.xml") juce_add_binary_data (${PLUGIN_NAME}_Assets SOURCES ${binary_files})