build: convert build system to CMake
This commit is contained in:
7
arch/x86_64/targets.cmake
Normal file
7
arch/x86_64/targets.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
find_program(QEMU qemu-system-x86_64)
|
||||
|
||||
add_custom_target(run
|
||||
USES_TERMINAL
|
||||
COMMAND ${QEMU}
|
||||
-kernel $<TARGET_FILE:${kernel_exe_name}>
|
||||
-serial stdio)
|
||||
Reference in New Issue
Block a user