From ff81b5438f280a59ca1825bfdf120d8f256bd154 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 7 Oct 2023 17:15:31 +0200 Subject: x86_64: implement very simple VGA text output --- source/boot/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/boot/CMakeLists.txt') diff --git a/source/boot/CMakeLists.txt b/source/boot/CMakeLists.txt index 5591d70..66f1d65 100644 --- a/source/boot/CMakeLists.txt +++ b/source/boot/CMakeLists.txt @@ -8,6 +8,10 @@ add_library("_boot" STATIC) add_library("teachos::boot" ALIAS "_boot") +target_include_directories("_boot" PUBLIC + "include" +) + #[============================================================================[ # Apply the platform dependent settings to the bootstrapping library. #]============================================================================] -- cgit v1.2.3