Merge branch 'feature/add-dinntree' of https://github.com/Wasted-Audio/Cardinal into main
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
commit
59b9693a7c
6 changed files with 47 additions and 0 deletions
|
@ -442,6 +442,13 @@ CATROMODULO_CUSTOM = LowFrequencyOscillator NumDisplayWidget
|
|||
|
||||
PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Dintree
|
||||
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/*.cpp)
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/components/*.cpp)
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/utils/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# DrumKit
|
||||
|
||||
|
@ -1271,6 +1278,13 @@ $(BUILD_DIR)/ChowDSP/%.cpp.o: ChowDSP/%.cpp
|
|||
-IChowDSP/lib/chowdsp_utils/DSP/WDF \
|
||||
-Wno-deprecated-copy
|
||||
|
||||
$(BUILD_DIR)/Dintree/%.cpp.o: Dintree/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(DINTREE_CUSTOM),$(call custom_module_names,$(m),Dintree)) \
|
||||
-DpluginInstance=pluginInstance__Dintree
|
||||
|
||||
$(BUILD_DIR)/DrumKit/%.cpp.o: DrumKit/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue