mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 00:43:24 +00:00
🎉 创建了boot程序!
This commit is contained in:
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project(dragonOS C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
add_subdirectory(bootloader)
|
||||
|
Reference in New Issue
Block a user