Initial build with Xcode.

This commit is contained in:
John Preston
2019-11-25 18:40:59 +03:00
parent fe1aacd37b
commit 5bfb98b70d
10 changed files with 89 additions and 27 deletions
+5 -2
View File
@@ -19,10 +19,13 @@ project(Telegram
HOMEPAGE_URL "https://desktop.telegram.org"
)
include(cmake/options.cmake)
include(cmake/nice_target_sources.cmake)
include(cmake/target_link_frameworks.cmake)
include(cmake/init_target.cmake)
include(cmake/generate_target.cmake)
include(cmake/nice_target_sources.cmake)
include(cmake/options.cmake)
include(cmake/external/qt/package.cmake)
add_subdirectory(cmake)