aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/CMakeLists.txt4
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
#]============================================================================]