diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-25 07:44:57 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-27 07:02:35 +0100 |
| commit | 9b879b06e202a41cdecc25e08ed5e69c57814141 (patch) | |
| tree | 312dae78cd6c8136ad0b9f7711224b4b2702a9b5 /kapi/CMakeLists.txt | |
| parent | 42895684b631380c8aca94f82209297ac0c0e5f2 (diff) | |
| download | teachos-9b879b06e202a41cdecc25e08ed5e69c57814141.tar.xz teachos-9b879b06e202a41cdecc25e08ed5e69c57814141.zip | |
kapi: add missing header to build
Diffstat (limited to 'kapi/CMakeLists.txt')
| -rw-r--r-- | kapi/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kapi/CMakeLists.txt b/kapi/CMakeLists.txt index b239adb..4c94829 100644 --- a/kapi/CMakeLists.txt +++ b/kapi/CMakeLists.txt @@ -8,6 +8,9 @@ target_sources("kapi" PUBLIC "include/kapi/boot_modules.hpp" "include/kapi/boot.hpp" "include/kapi/cio.hpp" + "include/kapi/cpu.hpp" + "include/kapi/cpu/interrupts.hpp" + "include/kapi/cpu/exception.hpp" "include/kapi/boot_module/boot_module.hpp" "include/kapi/boot_module/boot_module_registry.hpp" "include/kapi/memory.hpp" |
