2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00
Files
tdesktop/Telegram/CMakeLists.txt

34 lines
678 B
CMake
Raw Normal View History

2019-11-08 11:27:39 +03:00
add_subdirectory(lib_rpl)
add_subdirectory(lib_crl)
add_subdirectory(lib_base)
2019-11-08 13:05:59 +03:00
add_subdirectory(lib_ui)
2019-11-08 11:27:39 +03:00
add_subdirectory(codegen)
2019-11-08 13:05:59 +03:00
# include(lib_ui/cmake/generate_styles.cmake)
2019-11-08 11:27:39 +03:00
# get_filename_component(src_loc "./SourceFiles" REALPATH)
2019-11-08 13:05:59 +03:00
# add_executable(Telegram WIN32 MACOSX_BUNDLE)
2019-11-08 11:27:39 +03:00
# init_target(Telegram)
# force_include(Telegram stdafx.h)
2019-11-08 13:05:59 +03:00
# set(telegram_sources
# PRIVATE
# main.cpp
# )
# nice_target_sources(Telegram ${src_loc} "${telegram_sources}")
# target_compile_definitions(Telegram
# PRIVATE
# TDESKTOP_API_ID=17349
# TDESKTOP_API_HASH=344583e45741c457fe1862106095a5eb
# )
2019-11-08 11:27:39 +03:00
# target_link_libraries(Telegram
# PRIVATE
# lib_base
2019-11-08 13:05:59 +03:00
# lib_ui
2019-11-08 11:27:39 +03:00
# )