diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-02-27 08:23:59 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-02-27 08:23:59 +0000 |
| commit | cc67705d0154f1d55aa234714389ec2db00e9406 (patch) | |
| tree | 326e841bf04ab71ae5a2eb0a34266dc553ed1153 /arch/x86_64/CMakeLists.txt | |
| parent | b7a37a1899772e16ce5550c6be3ff9cfd9825fe7 (diff) | |
| parent | 3fb836101a2032e93f7b82c924ce208d7377a5ea (diff) | |
| download | teachos-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.txt | 7 |
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" ) |
