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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 882ea9a..25f8634 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -43,6 +43,7 @@ target_sources("_video" PRIVATE
target_sources("_memory" PRIVATE
"src/memory/multiboot.cpp"
"src/memory/frame_allocator.cpp"
+ "src/memory/paging.cpp"
)
#[============================================================================[