aboutsummaryrefslogtreecommitdiff
path: root/src/kprintf/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-11-11 00:05:00 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-11-11 00:08:15 +0100
commitf7ad4d9216b488f76ed4b3c8e423cd926e134b9d (patch)
tree39a83931c1c8a5e6d025623aba5e5826c7ef38e0 /src/kprintf/CMakeLists.txt
parent7861a52adf92a083bb2aed4c35f98d8035dce032 (diff)
downloadwnix-f7ad4d9216b488f76ed4b3c8e423cd926e134b9d.tar.gz
WIP
Diffstat (limited to 'src/kprintf/CMakeLists.txt')
-rw-r--r--src/kprintf/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kprintf/CMakeLists.txt b/src/kprintf/CMakeLists.txt
index fcc53c9..9164d14 100644
--- a/src/kprintf/CMakeLists.txt
+++ b/src/kprintf/CMakeLists.txt
@@ -18,3 +18,5 @@ add_library(kprintf)
add_subdirectory(src)
target_include_directories(kprintf PUBLIC include PRIVATE private_include)
target_link_libraries(kprintf PUBLIC c PRIVATE io nanowasm)
+
+target_link_libraries(kprintf PRIVATE drv_ps1_bios dynstr)