diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-29 09:29:20 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-29 09:29:20 +0200 |
| commit | c3d5a155025b445ab9213f131681afe9410b4e66 (patch) | |
| tree | d2cd3275797208b1f78c44baa63739fa8645146f /arch/x86_64/CMakeLists.txt | |
| parent | aa332432321a902514d61c3ca30e7d9e6396e95e (diff) | |
| download | teachos-c3d5a155025b445ab9213f131681afe9410b4e66.tar.xz teachos-c3d5a155025b445ab9213f131681afe9410b4e66.zip | |
x86_64: fix library references
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 5657010..20a48f9 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -10,8 +10,8 @@ target_include_directories("x86_64" PUBLIC ) target_link_libraries("x86_64" PUBLIC - "os::kapi" - "libs::multiboot2" + "kapi::lib" + "multiboot2::lib" ) target_sources("x86_64" PRIVATE |
