diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 10:17:53 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 10:17:53 +0000 |
| commit | 2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985 (patch) | |
| tree | d311baa0e25e56bd1d7789fa3260ac5076fd6187 /arch/CMakeLists.txt | |
| parent | bb685cca3a537f0df4205050a9c52b411dee95c6 (diff) | |
| download | teachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.tar.xz teachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.zip | |
x86_64: implement high/low split
Diffstat (limited to 'arch/CMakeLists.txt')
| -rw-r--r-- | arch/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/CMakeLists.txt b/arch/CMakeLists.txt index eded57e..661de26 100644 --- a/arch/CMakeLists.txt +++ b/arch/CMakeLists.txt @@ -16,6 +16,10 @@ target_include_directories("arch-any" INTERFACE target_link_libraries("arch-any" INTERFACE "libs::kstd" + + "c" + "gcc" + "stdc++" ) add_subdirectory("${CMAKE_SYSTEM_PROCESSOR}") |
