aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-02-27 08:23:59 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-02-27 08:23:59 +0000
commitcc67705d0154f1d55aa234714389ec2db00e9406 (patch)
tree326e841bf04ab71ae5a2eb0a34266dc553ed1153 /arch/x86_64/CMakeLists.txt
parentb7a37a1899772e16ce5550c6be3ff9cfd9825fe7 (diff)
parent3fb836101a2032e93f7b82c924ce208d7377a5ea (diff)
downloadteachos-cc67705d0154f1d55aa234714389ec2db00e9406.tar.xz
teachos-cc67705d0154f1d55aa234714389ec2db00e9406.zip
Merge remote-tracking branch 'origin/develop_ba' into feat_inital_context_switching
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"
)