refactor and prep rpbot

This commit is contained in:
2024-01-23 23:05:55 +01:00
parent c497b19b20
commit e504d7a8ef
10 changed files with 129 additions and 12 deletions

View File

@@ -9,3 +9,12 @@ target_link_libraries(plugin_llama-cpp-web PUBLIC
solanaceae_llama-cpp-web
)
add_library(plugin_rpbot SHARED
./plugin_rpbot.cpp
)
target_link_libraries(plugin_rpbot PUBLIC
solanaceae_plugin
solanaceae_rpbot
)