aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0e45f8..8fef2f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,6 +78,12 @@ add_compile_options(
)
#[============================================================================[
+# Global Libraries
+#]============================================================================]
+
+add_subdirectory("libs/multiboot2" EXCLUDE_FROM_ALL SYSTEM)
+
+#[============================================================================[
# Global Directories
#]============================================================================]