1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Enable installation of smartcontract and tonlib-cli

This commit is contained in:
Kirill A 2021-02-26 23:48:52 +01:00 committed by main
parent 5c992d6a93
commit a12e3db5d3
2 changed files with 3 additions and 1 deletions

View file

@ -165,3 +165,4 @@ install(FILES "TonlibConfig.cmake" "${CMAKE_CURRENT_BINARY_DIR}/TonlibConfigVers
# Add SOVERSION to shared libraries
set_property(TARGET tonlibjson PROPERTY SOVERSION ${TON_VERSION})
install(TARGETS tonlib-cli RUNTIME DESTINATION bin)