cmake_minimum_required(VERSION 3.10) # set the project name project(xloop) # add subprojects add_subdirectory(kernel) add_subdirectory(utils)