project(yak C ASM) cmake_minimum_required(VERSION 3.24.0) include(FetchContent) add_subdirectory(yak-kernel) add_subdirectory(boot-cdrom)