diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-27 09:24:17 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-27 09:24:17 +0000 |
| commit | 8d14c729c43ee555c240a043e3909617e4fa5043 (patch) | |
| tree | 80572fd3b785ea1f4ffba05919ca29fbbf0d2d12 /CMakeLists.txt | |
| parent | cc67705d0154f1d55aa234714389ec2db00e9406 (diff) | |
| download | teachos-8d14c729c43ee555c240a043e3909617e4fa5043.tar.xz teachos-8d14c729c43ee555c240a043e3909617e4fa5043.zip | |
Add files to cmake and implement gdt flags
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8657cab..3717788 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,6 +116,13 @@ add_library("_exception" OBJECT) add_library("teachos::exception" ALIAS "_exception") #[============================================================================[ +# The Context switching Library +#]============================================================================] + +add_library("_context" OBJECT) +add_library("teachos::context_switching" ALIAS "_context") + +#[============================================================================[ # The Shared Library #]============================================================================] |
