diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-27 07:05:05 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-27 07:05:05 +0100 |
| commit | 3070bb45b9741165d786b2c5a018ee55c1a82db8 (patch) | |
| tree | 774dd9361ab4ad87b9fa57a4216d30eaa1007be6 /libs/kstd/CMakeLists.txt | |
| parent | 11c6d57e013832983bcd9bb965d470bf4c282ab6 (diff) | |
| download | teachos-3070bb45b9741165d786b2c5a018ee55c1a82db8.tar.xz teachos-3070bb45b9741165d786b2c5a018ee55c1a82db8.zip | |
kernel/interrupts: switch to flat_map for dispatch
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index 06543ab..ff3c8cc 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -44,6 +44,7 @@ endif() if(NOT CMAKE_CROSSCOMPILING) add_executable("kstd_tests" + "tests/src/flat_map.cpp" "tests/src/vector.cpp" "tests/src/os_panic.cpp" ) |
