Add existing fwd files to cmake project.
This commit is contained in:
parent
70afe41fd3
commit
a57f5d07cb
3 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ add_library(
|
||||||
epoch_upgrader.hpp
|
epoch_upgrader.hpp
|
||||||
epoch_upgrader.cpp
|
epoch_upgrader.cpp
|
||||||
fair_queue.hpp
|
fair_queue.hpp
|
||||||
|
fwd.hpp
|
||||||
ipc/action_handler.hpp
|
ipc/action_handler.hpp
|
||||||
ipc/action_handler.cpp
|
ipc/action_handler.cpp
|
||||||
ipc/flatbuffers_handler.hpp
|
ipc/flatbuffers_handler.hpp
|
||||||
|
|
@ -166,6 +167,7 @@ add_library(
|
||||||
transport/tcp_channel.cpp
|
transport/tcp_channel.cpp
|
||||||
transport/fake.hpp
|
transport/fake.hpp
|
||||||
transport/fake.cpp
|
transport/fake.cpp
|
||||||
|
transport/fwd.hpp
|
||||||
transport/inproc.hpp
|
transport/inproc.hpp
|
||||||
transport/inproc.cpp
|
transport/inproc.cpp
|
||||||
transport/message_deserializer.hpp
|
transport/message_deserializer.hpp
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ add_library(
|
||||||
account_iterator_impl.hpp
|
account_iterator_impl.hpp
|
||||||
common.hpp
|
common.hpp
|
||||||
common.cpp
|
common.cpp
|
||||||
|
fwd.hpp
|
||||||
generate_cache_flags.hpp
|
generate_cache_flags.hpp
|
||||||
generate_cache_flags.cpp
|
generate_cache_flags.cpp
|
||||||
ledger.hpp
|
ledger.hpp
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ add_library(
|
||||||
db_val_impl.hpp
|
db_val_impl.hpp
|
||||||
iterator.hpp
|
iterator.hpp
|
||||||
final_vote.hpp
|
final_vote.hpp
|
||||||
|
fwd.hpp
|
||||||
lmdb/account.hpp
|
lmdb/account.hpp
|
||||||
lmdb/block.hpp
|
lmdb/block.hpp
|
||||||
lmdb/confirmation_height.hpp
|
lmdb/confirmation_height.hpp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue