commit | 01600a57fb6e5e4bfe7214a58c43c341b0cad60f | [log] [tgz] |
---|---|---|
author | Ben Vanik <benvanik@google.com> | Tue Dec 15 17:18:04 2020 -0800 |
committer | Ben Vanik <benvanik@google.com> | Wed Dec 23 18:16:17 2020 -0800 |
tree | c3e83c8c34c7a66bdd4f2ccbac9ce18be164d8ee | |
parent | b47e6f0443a24361fc703c705587684ec94ef62b [diff] [blame] |
Adding an entire RTOS-scale task scheduling system.
diff --git a/CMakeLists.txt b/CMakeLists.txt index b9f3888..98c1268 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -499,6 +499,7 @@ add_subdirectory(iree/hal) add_subdirectory(iree/modules) add_subdirectory(iree/schemas) +add_subdirectory(iree/task) add_subdirectory(iree/testing) add_subdirectory(iree/test)