diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-25 14:41:03 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-25 14:41:03 +0000 |
| commit | 2cbaf2d52bd9379e5c6e4a0d018b25d1c882193d (patch) | |
| tree | 24cd1855912865317f6cdfc90d5d88e74f45ecef /arch/x86_64/CMakeLists.txt | |
| parent | b76fd5fcd04c7541c11c3d9c5b2edf1352d70c64 (diff) | |
| download | teachos-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.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" ) |
