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
							
								
									040df63c98
								
							
						
					
					
						commit
						b1024d45f9
					
				
					 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) | ||||
|  |  | |||
|  | @ -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) | ||||
|  |  | |||
|  | @ -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) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue