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 71b1946..58afdb5 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -98,6 +98,8 @@ target_sources("_context" PRIVATE
"src/context_switching/segment_descriptor_table/global_descriptor_table_pointer.cpp"
"src/context_switching/segment_descriptor_table/global_descriptor_table.cpp"
"src/context_switching/segment_descriptor_table/segment_descriptor.cpp"
+ "src/context_switching/segment_descriptor_table/segment_descriptor_base.cpp"
+ "src/context_switching/segment_descriptor_table/segment_descriptor_extension.cpp"
"src/context_switching/main.cpp"
"src/context_switching/interrupt_descriptor_table/gate_descriptor.cpp"
"src/context_switching/interrupt_descriptor_table/idt_flags.cpp"