mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Include proxy-liteserver (#1406)
* include into artifacts * include proxy-liteserver into release artifacts
This commit is contained in:
parent
ed7ac6312a
commit
4aa6412f9c
8 changed files with 50 additions and 15 deletions
|
@ -24,4 +24,4 @@ target_include_directories(pack-viewer PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_
|
|||
add_executable(proxy-liteserver proxy-liteserver.cpp)
|
||||
target_link_libraries(proxy-liteserver tdutils tdactor adnl dht tl_api ton_crypto git lite-client-common)
|
||||
|
||||
install(TARGETS generate-random-id RUNTIME DESTINATION bin)
|
||||
install(TARGETS generate-random-id proxy-liteserver RUNTIME DESTINATION bin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue