aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-13 08:28:30 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-13 08:28:30 +0000
commit553f3a824511bb8107982b2b2737f5b1dff59855 (patch)
treecaec969baa899969e1171813a028fa50aab8b2a6 /arch/x86_64/CMakeLists.txt
parentb28082b1642f049fcf171a85c7d6841093b0682a (diff)
downloadteachos-553f3a824511bb8107982b2b2737f5b1dff59855.tar.xz
teachos-553f3a824511bb8107982b2b2737f5b1dff59855.zip
Add missing cpp files to cmake and fix elf alignment issues
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 6ff1332..882ea9a 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -37,6 +37,15 @@ target_sources("_video" PRIVATE
)
#[============================================================================[
+# The Memory Library
+#]============================================================================]
+
+target_sources("_memory" PRIVATE
+ "src/memory/multiboot.cpp"
+ "src/memory/frame_allocator.cpp"
+)
+
+#[============================================================================[
# The Bootable ISO Image
#]============================================================================]