HelloBot/CMakeLists.txt

5 lines
100 B
CMake

cmake_minimum_required(VERSION 3.5)
add_subdirectory(telegram-bot-api)
add_subdirectory(SimpleBot)