cmake_minimum_required(VERSION 3.15) add_subdirectory(bsp) add_subdirectory(components) add_subdirectory(drivers) add_subdirectory(utils)