mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-22 04:50:06 +00:00
7 lines
134 B
CMake
7 lines
134 B
CMake
|
cmake_minimum_required(VERSION 3.10)
|
||
|
|
||
|
# compile laikalib, cnc & bot
|
||
|
add_subdirectory(lib)
|
||
|
add_subdirectory(cnc)
|
||
|
add_subdirectory(bot)
|