mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-05 09:46:48 +00:00
16 lines
367 B
CMake
16 lines
367 B
CMake
add_library(clio_web)
|
|
|
|
target_sources(
|
|
clio_web
|
|
PRIVATE Resolver.cpp
|
|
Server.cpp
|
|
dosguard/DOSGuard.cpp
|
|
dosguard/IntervalSweepHandler.cpp
|
|
dosguard/WhitelistHandler.cpp
|
|
impl/AdminVerificationStrategy.cpp
|
|
impl/ServerSslContext.cpp
|
|
ng/Server.cpp
|
|
)
|
|
|
|
target_link_libraries(clio_web PUBLIC clio_util)
|