Skip to content

Commit

Permalink
Add all code generation targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 8, 2019
1 parent 02a71d7 commit a18baaa
Show file tree
Hide file tree
Showing 13 changed files with 1,018 additions and 55 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ project(Telegram
HOMEPAGE_URL "https://desktop.telegram.org"
)

include(cmake/constants.cmake)
include(cmake/functions.cmake)
include(cmake/paths.cmake)
include(cmake/force_include.cmake)
include(cmake/init_target.cmake)
include(cmake/generate_target.cmake)
include(cmake/nice_target_sources.cmake)

add_subdirectory(cmake)
add_subdirectory(Telegram)
Loading

0 comments on commit a18baaa

Please sign in to comment.