mfs with plugin, wip bc plugin provides the backend (hardcoded)
This commit is contained in:
14
plugins/CMakeLists.txt
Normal file
14
plugins/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
cmake_minimum_required(VERSION 3.9...3.24 FATAL_ERROR)
|
||||
|
||||
########################################
|
||||
|
||||
add_library(plugin_mfs_wip SHARED
|
||||
./plugin_mfs_wip.cpp
|
||||
)
|
||||
target_compile_features(plugin_mfs_wip PUBLIC cxx_std_17)
|
||||
target_link_libraries(plugin_mfs_wip PUBLIC
|
||||
solanaceae_plugin
|
||||
solanaceae_message_fragment_store
|
||||
solanaceae_object_store_backend_filesystem
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user