cmake_minimum_required(VERSION 3.10) # compile laikalib, cnc & bot add_subdirectory(lib) add_subdirectory(cnc) add_subdirectory(bot)