mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-29 10:00:25 +00:00
5
src/web/CMakeLists.txt
Normal file
5
src/web/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
add_library(clio_web)
|
||||
|
||||
target_sources(clio_web PRIVATE impl/AdminVerificationStrategy.cpp IntervalSweepHandler.cpp Resolver.cpp)
|
||||
|
||||
target_link_libraries(clio_web PUBLIC clio_util)
|
||||
Reference in New Issue
Block a user