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

Add CMake installation statements to some binaries

This commit is contained in:
sonofmom 2020-05-22 01:19:25 +02:00 committed by main
parent 24dc184a2e
commit fc928ce451
3 changed files with 6 additions and 0 deletions

View file

@ -6,3 +6,5 @@ target_link_libraries(lite-client-common PUBLIC tdutils tdactor adnllite tl_api
add_executable(lite-client lite-client.cpp lite-client.h)
target_link_libraries(lite-client tdutils tdactor adnllite tl_api tl_lite_api tl-lite-utils ton_crypto ton_block
terminal lite-client-common)
install(TARGETS lite-client RUNTIME DESTINATION bin)