mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
new db
new database fift/func bugfixes
This commit is contained in:
parent
950e292264
commit
e30d98eb30
110 changed files with 6102 additions and 2075 deletions
|
@ -14,3 +14,8 @@ add_executable(json2tlo json2tlo.cpp )
|
|||
target_link_libraries(json2tlo tl_api ton_crypto keys )
|
||||
target_include_directories(json2tlo PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/..)
|
||||
|
||||
add_executable(pack-viewer pack-viewer.cpp )
|
||||
target_link_libraries(pack-viewer tl_api ton_crypto keys validator tddb )
|
||||
target_include_directories(pack-viewer PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue