1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 11:12:16 +00:00
ton/lite-client/CMakeLists.txt
2019-09-07 14:33:36 +04:00

5 lines
233 B
CMake

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)