mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix linking error (#827)
* Fix linking error --------- Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
5e6b67ae96
commit
7a457ca278
1 changed files with 4 additions and 2 deletions
|
@ -100,6 +100,7 @@ set(DISK_VALIDATOR_SOURCE
|
|||
validator-full-id.cpp
|
||||
validator-group.cpp
|
||||
validator-options.cpp
|
||||
queue-size-counter.cpp
|
||||
|
||||
downloaders/wait-block-data-disk.cpp
|
||||
downloaders/wait-block-state.cpp
|
||||
|
@ -119,6 +120,7 @@ set(HARDFORK_VALIDATOR_SOURCE
|
|||
validator-full-id.cpp
|
||||
validator-group.cpp
|
||||
validator-options.cpp
|
||||
queue-size-counter.cpp
|
||||
|
||||
downloaders/wait-block-data-disk.cpp
|
||||
downloaders/wait-block-state.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue