This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
BeezleBot/CMakeLists.txt

8 lines
158 B
CMake
Raw Permalink Normal View History

2018-03-29 19:01:16 +00:00
cmake_minimum_required(VERSION 3.5)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
2018-03-30 18:26:34 +00:00
add_subdirectory(tgbot)
2018-03-30 20:17:17 +00:00
add_subdirectory(libdokuwiki)
2018-03-29 19:01:16 +00:00
add_subdirectory(BeezleBot)