mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
do not export cmake project in case of static tonlibjson
This commit is contained in:
parent
be2d128f59
commit
c89810cc5c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ endif()
|
|||
|
||||
install(FILES ${TONLIB_JSON_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/tonlib/tonlibjson_export.h DESTINATION include/tonlib/)
|
||||
|
||||
if (NOT USE_EMSCRIPTEN)
|
||||
if (NOT USE_EMSCRIPTEN AND NOT TONLIBJSON_STATIC)
|
||||
install(EXPORT Tonlib
|
||||
FILE TonlibTargets.cmake
|
||||
NAMESPACE Tonlib::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue