From 22fbbf849497c32f5b237ab70e9ed8aef63e54cf Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 14 Jul 2025 15:21:32 +0000 Subject: libs: extract multiboot library --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c0e45f8..8fef2f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,12 @@ add_compile_options( "$<$:-pedantic-errors>" ) +#[============================================================================[ +# Global Libraries +#]============================================================================] + +add_subdirectory("libs/multiboot2" EXCLUDE_FROM_ALL SYSTEM) + #[============================================================================[ # Global Directories #]============================================================================] -- cgit v1.2.3