diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 08:49:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 08:49:21 +0200 |
| commit | 5ae03c52fe33882416aa6044993d8422ccb33ab4 (patch) | |
| tree | c57eec815885c5fde439cedb48da61cc886fc84b /libs | |
| parent | 9b80bd2ca528a376c2bb6831020b3d78e4b252d6 (diff) | |
| download | teachos-5ae03c52fe33882416aa6044993d8422ccb33ab4.tar.xz teachos-5ae03c52fe33882416aa6044993d8422ccb33ab4.zip | |
kernel: begin basic bht implementation
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index 7169aa8..ec0f441 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -40,9 +40,7 @@ if(CMAKE_CROSSCOMPILING) list(TRANSFORM KSTD_LIBC_SYMBOLS PREPEND "-Wl,--undefined=") target_link_options("kstd" INTERFACE ${KSTD_LIBC_SYMBOLS}) -endif() - -if(NOT CMAKE_CROSSCOMPILING) +else() add_executable("kstd_tests" "tests/src/flat_map.cpp" "tests/src/vector.cpp" |
