6 lines
82 B
CMake
6 lines
82 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
project(Beezle)
|
|
|
|
add_subdirectory(BeezleBot)
|