[PLUGIN] Add plugin system
This commit is contained in:
4
plugin/example/plugin.mk
Normal file
4
plugin/example/plugin.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
# Add the object files you like to include in this plugin.
|
||||
PLUGIN_OBJS += build_plugin/example/custom_obj.o
|
||||
# Add additional dependent libraries this plugin might have
|
||||
PLUGIN_LDFLAGS +=
|
||||
Reference in New Issue
Block a user