aboutsummaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-09-08 20:47:23 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-09-15 23:14:43 +0200
commit20d8f138db4ccac83a89a4339271b0ac12d10e12 (patch)
treed15832e2d39b614540fc9b2b87f00e8b2feda147 /src/net
parentb42e218f0d66af002c585a6bb0f586f92a628a40 (diff)
downloadwnix-sio-115200.tar.gz
Diffstat (limited to 'src/net')
-rw-r--r--src/net/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/CMakeLists.txt b/src/net/CMakeLists.txt
index e0822e7..4dce8b5 100644
--- a/src/net/CMakeLists.txt
+++ b/src/net/CMakeLists.txt
@@ -18,3 +18,6 @@ add_library(net)
add_subdirectory(src)
target_include_directories(net PUBLIC include PRIVATE private_include)
target_link_libraries(net PRIVATE aio loop state wip)
+
+
+target_link_libraries(net PRIVATE kprintf)