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 /arch/x86_64/CMakeLists.txt | |
| parent | ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 (diff) | |
| download | teachos-d1aaaeb615e148a13f46223c84819ba828e5209f.tar.xz teachos-d1aaaeb615e148a13f46223c84819ba828e5209f.zip | |
arch: make linkable
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 19bc78c..dd54b39 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -6,8 +6,7 @@ target_include_directories("arch-x86_64" PUBLIC ) target_link_libraries("arch-x86_64" PUBLIC - "kern" - + "arch::any" "libs::multiboot2" ) |
