diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..e09b51f --- /dev/null +++ b/CMakeLists.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | cmake_minimum_required(VERSION 4.1) | ||
| 2 | |||
| 3 | project(AutoTelegramReaction) | ||
| 4 | add_executable(AutoTelegramReaction main.cpp) | ||
| 5 | |||
| 6 | add_subdirectory(td) | ||
| 7 | target_link_libraries(AutoTelegramReaction PRIVATE Td::TdStatic) | ||
