2025-01-30 09:28:28 -08:00
|
|
|
add_executable(xbot
|
|
|
|
main.cpp
|
|
|
|
settings.cpp
|
2025-02-01 11:04:33 -08:00
|
|
|
web.cpp
|
2025-01-30 09:28:28 -08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(xbot PRIVATE
|
|
|
|
myirc
|
|
|
|
OpenSSL::SSL
|
2025-02-01 11:04:33 -08:00
|
|
|
Boost::signals2 Boost::log Boost::asio Boost::beast
|
2025-01-30 09:28:28 -08:00
|
|
|
tomlplusplus_tomlplusplus
|
|
|
|
PkgConfig::LIBHS
|
|
|
|
mysocks5 mybase64)
|