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:
parent
24dc184a2e
commit
fc928ce451
3 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,5 @@ set (DHT_SERVER_SOURCE
|
|||
|
||||
add_executable (dht-server ${DHT_SERVER_SOURCE})
|
||||
target_link_libraries(dht-server tdutils tdactor adnl tl_api dht memprof ${JEMALLOC_LIBRARIES})
|
||||
|
||||
install(TARGETS dht-server RUNTIME DESTINATION bin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue