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')
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
cmake = import('cmake')
|
||||
|
||||
subdir('fourdst')
|
||||
subdir('libplugin')
|
||||
|
||||
subdir('boost')
|
||||
subdir('cppad')
|
||||
subdir('xxHash')
|
||||
|
||||
Reference in New Issue
Block a user