Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from sonofmom/feature/Add_installation_definiti…
Browse files Browse the repository at this point in the history
…ons_to_some_binaries

Add CMake installation statements to some binaries
  • Loading branch information
sonofmom authored May 22, 2020
2 parents 040df63 + b1024d4 commit 9b501b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dht-server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions lite-client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ add_executable(pack-viewer pack-viewer.cpp )
target_link_libraries(pack-viewer tl_api ton_crypto keys validator tddb )
target_include_directories(pack-viewer PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/..)

install(TARGETS generate-random-id RUNTIME DESTINATION bin)

0 comments on commit 9b501b4

Please sign in to comment.