aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-02-25 14:41:03 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-02-25 14:41:03 +0000
commit2cbaf2d52bd9379e5c6e4a0d018b25d1c882193d (patch)
tree24cd1855912865317f6cdfc90d5d88e74f45ecef /arch/x86_64/CMakeLists.txt
parentb76fd5fcd04c7541c11c3d9c5b2edf1352d70c64 (diff)
downloadteachos-2cbaf2d52bd9379e5c6e4a0d018b25d1c882193d.tar.xz
teachos-2cbaf2d52bd9379e5c6e4a0d018b25d1c882193d.zip
Create inital custom version of c++ vector
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 9665846..e9f8d5f 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -60,6 +60,13 @@ target_sources("_memory" PRIVATE
"src/memory/heap/memory_block.cpp"
"src/memory/heap/linked_list_allocator.cpp"
"src/memory/heap/global_heap_allocator.cpp"
+)
+
+#[============================================================================[
+# The Shared Library
+#]============================================================================]
+
+target_sources("_shared" PRIVATE
"src/shared/mutex.cpp"
)