Setup cmake project
This commit is contained in:
6
cmake/kernel/interrupt/CMakeLists.txt
Normal file
6
cmake/kernel/interrupt/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
target_sources(kernel PUBLIC
|
||||
${CHURLOS_SRC_DIR}/kernel/interrupt/Bluescreen.cc
|
||||
${CHURLOS_SRC_DIR}/kernel/interrupt/IntDispatcher.cc
|
||||
)
|
||||
Reference in New Issue
Block a user