mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated tonlib
1. updated tonlib 2. fixed bug in state download
This commit is contained in:
parent
f40822b58a
commit
28df74178c
17 changed files with 362 additions and 115 deletions
2
third-party/wingetopt/CMakeLists.txt
vendored
2
third-party/wingetopt/CMakeLists.txt
vendored
|
@ -3,5 +3,5 @@ cmake_minimum_required(VERSION 2.8)
|
|||
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
add_library(wingetopt src/getopt.c src/getopt.h)
|
||||
target_include_directories(wingetopt PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)
|
||||
target_include_directories(wingetopt PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue