aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-29 09:29:20 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-29 09:29:20 +0200
commitc3d5a155025b445ab9213f131681afe9410b4e66 (patch)
treed2cd3275797208b1f78c44baa63739fa8645146f /arch
parentaa332432321a902514d61c3ca30e7d9e6396e95e (diff)
downloadteachos-c3d5a155025b445ab9213f131681afe9410b4e66.tar.xz
teachos-c3d5a155025b445ab9213f131681afe9410b4e66.zip
x86_64: fix library references
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/CMakeLists.txt4
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