This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
BeezleBot
Watch
1
Star
0
Fork
You've already forked BeezleBot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9fa3f1cc27
BeezleBot
/
CMakeLists.txt
5 lines
89 B
CMake
Raw
Normal View
History
Unescape
Escape
initial project setup
2018-03-29 19:01:16 +00:00
cmake_minimum_required
(
VERSION
3.5
)
added logging Telegram bot
2018-03-30 18:26:34 +00:00
add_subdirectory
(
tgbot
)
initial project setup
2018-03-29 19:01:16 +00:00
add_subdirectory
(
BeezleBot
)