mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
7
src/feed/CMakeLists.txt
Normal file
7
src/feed/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
add_library(clio_feed)
|
||||
target_sources(
|
||||
clio_feed PRIVATE SubscriptionManager.cpp impl/TransactionFeed.cpp impl/LedgerFeed.cpp
|
||||
impl/ProposedTransactionFeed.cpp impl/SingleFeedBase.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(clio_feed PRIVATE clio_util)
|
||||
Reference in New Issue
Block a user