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:
parent
5c992d6a93
commit
a12e3db5d3
2 changed files with 3 additions and 1 deletions
|
@ -440,5 +440,6 @@ if (WINGETOPT_FOUND)
|
|||
target_link_libraries_system(test-weight-distr wingetopt)
|
||||
endif()
|
||||
|
||||
install(TARGETS fift func RUNTIME DESTINATION bin)
|
||||
install(TARGETS fift func pow-miner RUNTIME DESTINATION bin)
|
||||
install(DIRECTORY fift/lib/ DESTINATION lib/fift)
|
||||
install(DIRECTORY smartcont DESTINATION share/ton)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue