aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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