aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-02-20 10:41:11 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-02-20 10:41:11 +0000
commit6c4ce82c3f9cc920bcde74fc10fdfd39b477b9f4 (patch)
tree03465649821a73db88489e4b1a0adc1f298bf64c /arch/x86_64/CMakeLists.txt
parentbff6c39a8d4571cd5c41e3926d5fc1428916f32c (diff)
downloadteachos-6c4ce82c3f9cc920bcde74fc10fdfd39b477b9f4.tar.xz
teachos-6c4ce82c3f9cc920bcde74fc10fdfd39b477b9f4.zip
Fix compilation issues
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index c5624d8..9665846 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -59,6 +59,7 @@ target_sources("_memory" PRIVATE
"src/memory/heap/bump_allocator.cpp"
"src/memory/heap/memory_block.cpp"
"src/memory/heap/linked_list_allocator.cpp"
+ "src/memory/heap/global_heap_allocator.cpp"
"src/shared/mutex.cpp"
)