solanaceae_llama-cpp-web/plugins/CMakeLists.txt

21 lines
363 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
add_library(plugin_llama-cpp-web SHARED
./plugin_llama-cpp-web.cpp
)
target_link_libraries(plugin_llama-cpp-web PUBLIC
solanaceae_plugin
solanaceae_llama-cpp-web
)
2024-01-23 23:05:55 +01:00
add_library(plugin_rpbot SHARED
./plugin_rpbot.cpp
)
target_link_libraries(plugin_rpbot PUBLIC
solanaceae_plugin
solanaceae_rpbot
)