inital working port of old sdbot from llmtox
This commit is contained in:
16
src/CMakeLists.txt
Normal file
16
src/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
|
||||
add_library(solanaceae_sdbot-webui STATIC
|
||||
./sd_bot.hpp
|
||||
./sd_bot.cpp
|
||||
)
|
||||
|
||||
target_compile_features(solanaceae_sdbot-webui PUBLIC cxx_std_17)
|
||||
target_link_libraries(solanaceae_sdbot-webui PUBLIC
|
||||
happyhttp
|
||||
solanaceae_contact
|
||||
solanaceae_message3
|
||||
nlohmann_json::nlohmann_json
|
||||
libsodium
|
||||
)
|
||||
|
Reference in New Issue
Block a user