aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 8451945..4d32f76 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -27,6 +27,7 @@ target_sources("x86_64" PRIVATE
"src/memory/page_table.cpp"
"src/memory/paging_root.cpp"
"src/memory/region_allocator.cpp"
+ "src/memory/scoped_mapping.cpp"
# VGA text mode
"src/vga/text.cpp"
@@ -53,6 +54,7 @@ target_sources("x86_64" PRIVATE
"include/x86_64/memory/page_table.hpp"
"include/x86_64/memory/paging_root.hpp"
"include/x86_64/memory/region_allocator.hpp"
+ "include/x86_64/memory/scoped_mapping.hpp"
# VGA I/O
"include/x86_64/vga/text.hpp"