aboutsummaryrefslogtreecommitdiff
path: root/source/boot/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2023-10-07 17:15:31 +0200
committerFelix Morgner <felix.morgner@ost.ch>2023-10-07 17:15:31 +0200
commitff81b5438f280a59ca1825bfdf120d8f256bd154 (patch)
tree0a63ea3eb9fc28ca655c3ca3d1c70000d514aecd /source/boot/arch/x86_64/CMakeLists.txt
parent7e785ff5a7a2e9c98fd1679e74a728f4babf722a (diff)
downloadkernel-ff81b5438f280a59ca1825bfdf120d8f256bd154.tar.xz
kernel-ff81b5438f280a59ca1825bfdf120d8f256bd154.zip
x86_64: implement very simple VGA text output
Diffstat (limited to 'source/boot/arch/x86_64/CMakeLists.txt')
-rw-r--r--source/boot/arch/x86_64/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/boot/arch/x86_64/CMakeLists.txt b/source/boot/arch/x86_64/CMakeLists.txt
index 0fd6539..14b0610 100644
--- a/source/boot/arch/x86_64/CMakeLists.txt
+++ b/source/boot/arch/x86_64/CMakeLists.txt
@@ -4,3 +4,7 @@ target_sources("_boot" PRIVATE
"src/crtn.s"
"src/multiboot.s"
)
+
+target_include_directories("_boot" PUBLIC
+ "include"
+) \ No newline at end of file