refactor(reaction): refactored to an abstract reaction class in prep for weak reactions
This commit is contained in:
5
build-config/libplugin/meson.build
Normal file
5
build-config/libplugin/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
libplugin_sp = subproject('libplugin')
|
||||
|
||||
plugin_dep = libplugin_sp.get_variable('plugin_dep')
|
||||
libplugin = libplugin_sp.get_variable('libplugin')
|
||||
|
||||
Reference in New Issue
Block a user