diff options
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 #]============================================================================] |
