1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/lite-client/CMakeLists.txt

6 lines
233 B
Text
Raw Normal View History

2019-09-07 10:03:22 +00:00
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
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)