[WIP] add Meander
This commit is contained in:
parent
8cbaaab100
commit
83de2207b4
6 changed files with 37 additions and 0 deletions
|
@ -645,6 +645,10 @@ PLUGIN_FILES += $(filter-out LyraeModules/src/plugin.cpp,$(wildcard LyraeModules
|
|||
# modules/types which are present in other plugins
|
||||
LYRAE_CUSTOM = Delta
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Meander
|
||||
PLUGIN_FILES += $(filter-out Meander/src/plugin.cpp,$(wildcard Meander/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# MindMeld
|
||||
|
||||
|
@ -1583,6 +1587,13 @@ $(BUILD_DIR)/LyraeModules/%.cpp.o: LyraeModules/%.cpp
|
|||
$(foreach m,$(LYRAE_CUSTOM),$(call custom_module_names,$(m),Lyrae)) \
|
||||
-DpluginInstance=pluginInstance__Lyrae
|
||||
|
||||
$(BUILD_DIR)/Meander/src/Meander.cpp.o: Meander/src/Meander.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(MEANDER_CUSTOM),$(call custom_module_names,$(m),Meander)) \
|
||||
-DpluginInstance=pluginInstance__Meander
|
||||
|
||||
$(BUILD_DIR)/MindMeldModular/src/MindMeldModular.cpp.o: MindMeldModular/src/MindMeldModular.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue