diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 15:21:32 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 15:21:32 +0000 |
| commit | 22fbbf849497c32f5b237ab70e9ed8aef63e54cf (patch) | |
| tree | ce44e8cd25661f2818181bdbe3f0668d3c6e0837 /CMakeLists.txt | |
| parent | 9bfd5652e865505ae73f5ae3ba70f384d7418e84 (diff) | |
| download | teachos-22fbbf849497c32f5b237ab70e9ed8aef63e54cf.tar.xz teachos-22fbbf849497c32f5b237ab70e9ed8aef63e54cf.zip | |
libs: extract multiboot library
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
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 #]============================================================================] |
