ChCore-exercise/lab2/kernel/CMakeLists.txt

12 lines
193 B
CMake
Raw Normal View History

2021-05-12 21:38:26 +08:00
cmake_minimum_required(VERSION 3.14)
add_library(${PROJECT_NAME}-arch OBJECT
head.S
main.c
monitor.c
common/tools.S
common/uart.c
common/printk.c
mm/page_table.S
)