mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into accelerator
This commit is contained in:
commit
a5e814e594
39 changed files with 898 additions and 616 deletions
|
@ -98,7 +98,12 @@ else()
|
|||
add_library(tonlibjson STATIC ${TONLIB_JSON_SOURCE} ${TONLIB_JSON_HEADERS})
|
||||
endif()
|
||||
|
||||
target_link_libraries(tonlibjson PRIVATE tonlibjson_private)
|
||||
if (PORTABLE AND NOT APPLE)
|
||||
target_link_libraries(tonlibjson PRIVATE tonlibjson_private -static-libgcc -static-libstdc++)
|
||||
else()
|
||||
target_link_libraries(tonlibjson PRIVATE tonlibjson_private)
|
||||
endif()
|
||||
|
||||
generate_export_header(tonlibjson EXPORT_FILE_NAME ${CMAKE_CURRENT_BINARY_DIR}/tonlib/tonlibjson_export.h)
|
||||
if (!BUILD_SHARED_LIBS)
|
||||
target_compile_definitions(tonlibjson PUBLIC TONLIBJSON_STATIC_DEFINE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue