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

cmake_minimum_required(VERSION 3.5)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_subdirectory(tgbot)
add_subdirectory(libdokuwiki)
add_subdirectory(BeezleBot)