Add existing fwd files to cmake project.

This commit is contained in:
Colin LeMahieu 2024-10-30 21:23:59 +00:00
commit a57f5d07cb
No known key found for this signature in database
GPG key ID: 43708520C8DFB938
3 changed files with 4 additions and 0 deletions

View file

@ -80,6 +80,7 @@ add_library(
epoch_upgrader.hpp
epoch_upgrader.cpp
fair_queue.hpp
fwd.hpp
ipc/action_handler.hpp
ipc/action_handler.cpp
ipc/flatbuffers_handler.hpp
@ -166,6 +167,7 @@ add_library(
transport/tcp_channel.cpp
transport/fake.hpp
transport/fake.cpp
transport/fwd.hpp
transport/inproc.hpp
transport/inproc.cpp
transport/message_deserializer.hpp

View file

@ -20,6 +20,7 @@ add_library(
account_iterator_impl.hpp
common.hpp
common.cpp
fwd.hpp
generate_cache_flags.hpp
generate_cache_flags.cpp
ledger.hpp

View file

@ -9,6 +9,7 @@ add_library(
db_val_impl.hpp
iterator.hpp
final_vote.hpp
fwd.hpp
lmdb/account.hpp
lmdb/block.hpp
lmdb/confirmation_height.hpp