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 /arch/x86_64/CMakeLists.txt | |
| parent | 9bfd5652e865505ae73f5ae3ba70f384d7418e84 (diff) | |
| download | teachos-22fbbf849497c32f5b237ab70e9ed8aef63e54cf.tar.xz teachos-22fbbf849497c32f5b237ab70e9ed8aef63e54cf.zip | |
libs: extract multiboot library
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 57b3a60..bd06ea7 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -69,6 +69,10 @@ target_sources("_memory" PRIVATE "src/memory/heap/global_heap_allocator.cpp" ) +target_link_libraries("_memory" PUBLIC + "multiboot2::multiboot2" +) + #[============================================================================[ # The STL Library #]============================================================================] |
