diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 16:42:26 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 16:42:26 +0000 |
| commit | d1aaaeb615e148a13f46223c84819ba828e5209f (patch) | |
| tree | 9a1fb3d5ff429f4bf96f999dbc6751ec1cc6b976 /CMakeLists.txt | |
| parent | ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 (diff) | |
| download | teachos-d1aaaeb615e148a13f46223c84819ba828e5209f.tar.xz teachos-d1aaaeb615e148a13f46223c84819ba828e5209f.zip | |
arch: make linkable
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c08753b..a00b043 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,9 +32,8 @@ add_subdirectory("kern") add_subdirectory("arch") target_link_libraries("kernel" PRIVATE - "kern" - "arch::any" "arch::${CMAKE_SYSTEM_PROCESSOR}" + "os::kern" ) # #[============================================================================[ |
