9 lines
141 B
CMake
9 lines
141 B
CMake
project(yak C ASM)
|
|
cmake_minimum_required(VERSION 3.24.0)
|
|
|
|
include(FetchContent)
|
|
|
|
add_subdirectory(yak-kernel)
|
|
|
|
add_subdirectory(boot-cdrom)
|