From 419ef431675c7e45efbcaa4ee662f9ac30598aaa Mon Sep 17 00:00:00 2001 From: dreamer Date: Thu, 24 Feb 2022 19:25:48 +0100 Subject: [PATCH] add custom module in makefile --- plugins/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/Makefile b/plugins/Makefile index 7f52f68..c1d0d30 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -501,6 +501,9 @@ PLUGIN_FILES += $(filter-out GrandeModular/src/plugin.cpp,$(wildcard GrandeModul PLUGIN_FILES += $(wildcard HamptonHarmonics/src/*.cpp) +# modules/types which are present in other plugins +HAMPTONHARMONICS_CUSTOM = Arp + # -------------------------------------------------------------- # HetrickCV